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)
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

diff --cc fs/ufs/namei.c
Simple merge