]> 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)
commita1548ada4e23a279b2b719dc268872f3977a0001
treeb410b1751843d5f1b2765900ac76beaad7f097e8
parente1e3ea3448f9528aa874cac7401e4435cb62a6cb
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