]> git.baikalelectronics.ru Git - kernel.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)
commit995c105789b261a00b9b4a344e7e0845b40e66ae
tree876a4808bf70f0c698f43182ec06019f2511bcb3
parent60e184fb33d30af47a9f7518ba58ff6c38dc4105
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