Skip to content
Commit a50e4a02 authored by Al Viro's avatar Al Viro
Browse files

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: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent 514d748f
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment