[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)
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>

No differences found