]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ufs: don't bother with lock_ufs()/unlock_ufs() for directory access
authorAl Viro <viro@zeniv.linux.org.uk>
Tue, 16 Jun 2015 05:50:43 +0000 (01:50 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Tue, 16 Jun 2015 06:08:31 +0000 (02:08 -0400)
commita50e4a02ad6957ef6f77cccaa8ef6a337f1856af
tree876a4808bf70f0c698f43182ec06019f2511bcb3
parent514d748f69c97a51a2645eb198ac5c6218f22ff9
ufs: don't bother with lock_ufs()/unlock_ufs() for directory access

We are already serialized by ->i_mutex and operations on different
directories are independent.  These calls are just rudiments of
blind BKL conversion and they should've been removed back then.

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