]> www.pilppa.org Git - linux-2.6-omap-h63xx.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)
commit53a3604610e92a5344cf8003c19975583e71a598
treec0b0caef727d1ead4132a4c52fa34af1dbf46acd
parentaf09e51b6810d3408db1c0e956b3b0687b0e3723
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