]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit41515f9928fad761bdf0e932488b6aee296ad395
treeb410b1751843d5f1b2765900ac76beaad7f097e8
parent7aa967a176c8475d7d29800ae35b60e301d0225f
udf: Cleanup calling convention of inode_getblk()

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>
fs/udf/inode.c