From: Steven Whitehouse Date: Thu, 14 Jun 2007 15:39:13 +0000 (+0100) Subject: [GFS2] Remove bogus '\0' in rgrp.c X-Git-Tag: upstream/snapshot3+hdmi~33040^2~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=c4201214cbf10636e2c1ab9131573f735b42c8d4;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git [GFS2] Remove bogus '\0' in rgrp.c Not sure how it slipped in, but we don't want it anyway. Signed-off-by: Steven Whitehouse --- diff --git a/fs/gfs2/rgrp.c b/fs/gfs2/rgrp.c index fd3fd90..36c523d 100644 --- a/fs/gfs2/rgrp.c +++ b/fs/gfs2/rgrp.c @@ -444,7 +444,6 @@ static int compute_bitstructs(struct gfs2_rgrpd *rgd) } /** - * gfs2_ri_total - Total up the file system space, according to the rindex. * */