udf: Cleanup calling convention of inode_getblk()
authorJan Kara <jack@suse.cz>
Sat, 10 Dec 2011 00:43:33 +0000 (01:43 +0100)
committerJan Kara <jack@suse.cz>
Mon, 9 Jan 2012 12:52:08 +0000 (13:52 +0100)
inode_getblk() always returned NULL and passed results in its parameters.
Make the function return something useful - found block number.

Signed-off-by: Jan Kara <jack@suse.cz>

No differences found