[GFS2] Fix incorrect return code in rgrp.c
authorSteven Whitehouse <swhiteho@redhat.com>
Tue, 17 Jul 2007 09:26:56 +0000 (10:26 +0100)
committerSteven Whitehouse <swhiteho@redhat.com>
Tue, 14 Aug 2007 09:33:15 +0000 (10:33 +0100)
commit6eefaf61f664053c1dd6534a994cab3f8bb07263
treefddd9218cd7ac92f8f2b850c52d4b2dbca7fb568
parent24c7387333c77b602ece7ecd6a85fc94f8f16d8c
[GFS2] Fix incorrect return code in rgrp.c

The following patch fixes a bug where 0 was being used as a return code
to indicate "nothing to do" when in fact 0 was a valid block location
which might be returned by the function.

Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/rgrp.c