commit | a50e4a02ad6957ef6f77cccaa8ef6a337f1856af | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Tue Jun 16 01:50:43 2015 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Tue Jun 16 02:08:31 2015 -0400 |
tree | 876a4808bf70f0c698f43182ec06019f2511bcb3 | |
parent | 514d748f69c97a51a2645eb198ac5c6218f22ff9 [diff] |
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>