]> git.baikalelectronics.ru Git - kernel.git/commit
get rid of s_files and files_lock
authorAl Viro <viro@zeniv.linux.org.uk>
Fri, 4 Oct 2013 15:06:42 +0000 (11:06 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Sat, 9 Nov 2013 05:16:20 +0000 (00:16 -0500)
commit4ad77816cb813506134e5160edf6bc59e8beefc8
treed405e2302511adec7d25024679b8ac2cbd95d608
parent348fe3554df15a878a21b895ed16ba3c5e9578fc
get rid of s_files and files_lock

The only thing we need it for is alt-sysrq-r (emergency remount r/o)
and these days we can do just as well without going through the
list of files.

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