ufs_inode_get{frag,block}(): consolidate success exits
authorAl Viro <viro@zeniv.linux.org.uk>
Fri, 19 Jun 2015 04:10:00 +0000 (00:10 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 6 Jul 2015 21:39:55 +0000 (17:39 -0400)
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 <viro@zeniv.linux.org.uk>
fs/ufs/inode.c

diff --cc fs/ufs/inode.c
Simple merge