From: Al Viro Date: Fri, 19 Jun 2015 04:10:00 +0000 (-0400) Subject: ufs_inode_get{frag,block}(): consolidate success exits X-Git-Tag: omap-for-v4.3/fixes-rc1~80^2~5^2~10 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bbb3eb9d3432ce55a620778ecf5670fa7942090e;p=pandora-kernel.git ufs_inode_get{frag,block}(): consolidate success exits These calling conventions are rudiments of pre-2.3 times; they really need to be sanitized. This is the first step; next will be _always_ returning a block number, instead of this "return a pointer to buffer_head, except when we get to the actual data" crap. Signed-off-by: Al Viro --- Reading git-diff-tree failed