diff options
author | Al Viro <viro@zeniv.linux.org.uk> | 2015-06-16 10:27:05 +0200 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2015-07-06 23:39:26 +0200 |
commit | dff7cfd36e305488421d82a0ed3dd0209c333745 (patch) | |
tree | 178f51048347e8cbc36a870769350bfac7349090 /kernel/module_signing.c | |
parent | ufs: don't use lock_ufs() for block pointers tree protection (diff) | |
download | linux-dff7cfd36e305488421d82a0ed3dd0209c333745.tar.xz linux-dff7cfd36e305488421d82a0ed3dd0209c333745.zip |
ufs: kill lock_ufs()
There were 3 remaining users; in two of them we took ->s_lock immediately
after lock_ufs() and held it until just before unlock_ufs(); the third
one (statfs) could not be called from itself or from other two (remount
and sync_fs). Just use ->s_lock in statfs and don't bother with lock_ufs
at all.
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'kernel/module_signing.c')
0 files changed, 0 insertions, 0 deletions