commit | bbb3eb9d3432ce55a620778ecf5670fa7942090e | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Fri Jun 19 00:10:00 2015 -0400 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Mon Jul 06 17:39:55 2015 -0400 |
tree | 48680d5446f2c4c7df7492a66f2e7cf6d57ab719 | |
parent | 71dd42846ffb2bd1a90e9ac2c52df0cc2ed92307 [diff] |
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 <viro@zeniv.linux.org.uk>