From: npiggin@suse.de Date: Sun, 26 Apr 2009 10:25:56 +0000 (+1000) Subject: fs: move mark_files_ro into file_table.c X-Git-Tag: v2.6.31-rc1~375^2~68 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=864d7c4c068f23642efe91b33be3a84afe5f71e0;p=pandora-kernel.git 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 Signed-off-by: Al Viro --- Reading git-diff-tree failed