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:
f53bd14
)
ufs_inode_get{frag,block}(): get rid of retries
author
Al Viro
<viro@zeniv.linux.org.uk>
Fri, 19 Jun 2015 02:39:46 +0000
(22:39 -0400)
committer
Al Viro
<viro@zeniv.linux.org.uk>
Mon, 6 Jul 2015 21:39:52 +0000
(17:39 -0400)
We are holding ->truncate_mutex, so nobody else can alter our
block pointers. Rechecks/retries were needed back when we
only held BKL there, and had to cope with write_begin/writepage
and writepage/truncate races. Can't happen anymore...
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/ufs/inode.c
patch
|
blob
|
history
diff --cc
fs/ufs/inode.c
Simple merge