git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
514d748
)
ufs: don't bother with lock_ufs()/unlock_ufs() for directory access
author
Al Viro
<viro@zeniv.linux.org.uk>
Tue, 16 Jun 2015 05:50:43 +0000
(
01:50
-0400)
committer
Al 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
patch
|
blob
|
history
diff --cc
fs/ufs/namei.c
Simple merge