commit | 864d7c4c068f23642efe91b33be3a84afe5f71e0 | [log] [tgz] |
---|---|---|
author | npiggin@suse.de <npiggin@suse.de> | Sun Apr 26 20:25:56 2009 +1000 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Thu Jun 11 21:36:02 2009 -0400 |
tree | 512b253428958e95ca99274a664ace103f6bb10e | |
parent | 96029c4e09ccbd73a6d0ed2b29e80bf2586ad7ef [diff] |
fs: move mark_files_ro into file_table.c This function walks the s_files lock, and operates primarily on the files in a superblock, so it better belongs here (eg. see also fs_may_remount_ro). [AV: ... and it shouldn't be static after that move] Signed-off-by: Nick Piggin <npiggin@suse.de> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>