]> git.baikalelectronics.ru Git - kernel.git/commit
ocfs2: Make ocfs2_get_quota_block() consistent with ocfs2_read_quota_block()
authorJan Kara <jack@suse.cz>
Tue, 25 Nov 2008 14:31:29 +0000 (15:31 +0100)
committerMark Fasheh <mfasheh@suse.com>
Mon, 5 Jan 2009 16:40:25 +0000 (08:40 -0800)
commit48921558550386d8b5cb5f59c53bda34004cd58d
treec0b0caef727d1ead4132a4c52fa34af1dbf46acd
parenta390143df91d4076e2da5a82598027e83063eb09
ocfs2: Make ocfs2_get_quota_block() consistent with ocfs2_read_quota_block()

Make function return error status and not buffer pointer so that it's
consistent with ocfs2_read_quota_block().

Signed-off-by: Jan Kara <jack@suse.cz>
Signed-off-by: Mark Fasheh <mfasheh@suse.com>
fs/ocfs2/quota_global.c