From: Cong Wang Date: Tue, 15 May 2012 06:57:33 +0000 (+0800) Subject: fs: move file_remove_suid() to fs/inode.c X-Git-Tag: v3.5-rc1~15^2~48 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ed37648e1cbf1bbebc200c6ea8fd8daf8325843;p=pandora-kernel.git fs: move file_remove_suid() to fs/inode.c file_remove_suid() is a generic function operates on struct file, it almost has no relations with file mapping, so move it to fs/inode.c. Cc: Alexander Viro Signed-off-by: Cong Wang Signed-off-by: Al Viro --- Reading git-diff-tree failed