mark_files_ro(): don't bother with mntget/mntput
authorAl Viro <viro@zeniv.linux.org.uk>
Sat, 23 Jun 2012 18:41:54 +0000 (22:41 +0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Sat, 14 Jul 2012 12:35:46 +0000 (16:35 +0400)
commit85d7d618c17a09cfd824c1ad4483c19e6f9637ff
tree40ec525ab50573094a1ab402877aac9e4e6053fa
parentc4107b3097465e25f7d6a9b0ac0518b07b24e774
mark_files_ro(): don't bother with mntget/mntput

mnt_drop_write_file() is safe under any lock

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/file_table.c