commit | 43e15cdbefea4ce6d68113de98d4f61c0cf45687 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Fri Jun 03 20:16:57 2011 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Wed Jul 20 01:43:04 2011 -0400 |
tree | 75676aae179fc56bbb9d861c0ab656a9edaa7ca4 | |
parent | 44396f4b5cb8566f7118aec55eeac99be7ad94cb [diff] |
new helper: iterate_supers_type() Call the given function for all superblocks of given type. Function gets a superblock (with s_umount locked shared) and (void *) argument supplied by caller of iterator. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>