]> git.karo-electronics.de Git - karo-tx-linux.git/commit
ufs_inode_get{frag,block}(): get rid of retries
authorAl Viro <viro@zeniv.linux.org.uk>
Fri, 19 Jun 2015 02:39:46 +0000 (22:39 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 6 Jul 2015 21:39:52 +0000 (17:39 -0400)
commit5a39c25562aa5eab5a798919855cf41ddeed8b0d
tree93d8998d91be23821e4e1e0f90c633f967f75927
parentf53bd1421b3eb84375e9e6964665d23d4190400d
ufs_inode_get{frag,block}(): get rid of retries

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