From: Al Viro Date: Fri, 19 Jun 2015 02:39:46 +0000 (-0400) Subject: ufs_inode_get{frag,block}(): get rid of retries X-Git-Tag: omap-for-v4.3/fixes-rc1~80^2~5^2~13 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5a39c25562aa5eab5a798919855cf41ddeed8b0d;p=pandora-kernel.git 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 --- Reading git-diff-tree failed