diff options
author | Steven Whitehouse <swhiteho@redhat.com> | 2009-09-14 04:50:57 -0400 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2009-09-14 04:50:57 -0400 |
commit | 86d006365610fe6cda243d89b67d5047dca44656 (patch) | |
tree | 7ddc920e35524759f004cb4c5766ccb506044321 /fs/gfs2/rgrp.c | |
parent | 2b88f7c535a8125213def012a67c1b0a667ceb2e (diff) |
GFS2: Whitespace fixes
Reported-by: Daniel Walker <dwalker@fifo99.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/gfs2/rgrp.c')
-rw-r--r-- | fs/gfs2/rgrp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/gfs2/rgrp.c b/fs/gfs2/rgrp.c index caaa665d4033..18d3a28554ac 100644 --- a/fs/gfs2/rgrp.c +++ b/fs/gfs2/rgrp.c | |||
@@ -1463,7 +1463,7 @@ static void gfs2_rgrp_error(struct gfs2_rgrpd *rgd) | |||
1463 | { | 1463 | { |
1464 | struct gfs2_sbd *sdp = rgd->rd_sbd; | 1464 | struct gfs2_sbd *sdp = rgd->rd_sbd; |
1465 | fs_warn(sdp, "rgrp %llu has an error, marking it readonly until umount\n", | 1465 | fs_warn(sdp, "rgrp %llu has an error, marking it readonly until umount\n", |
1466 | (unsigned long long)rgd->rd_addr); | 1466 | (unsigned long long)rgd->rd_addr); |
1467 | fs_warn(sdp, "umount on all nodes and run fsck.gfs2 to fix the error\n"); | 1467 | fs_warn(sdp, "umount on all nodes and run fsck.gfs2 to fix the error\n"); |
1468 | gfs2_rgrp_dump(NULL, rgd->rd_gl); | 1468 | gfs2_rgrp_dump(NULL, rgd->rd_gl); |
1469 | rgd->rd_flags |= GFS2_RDF_ERROR; | 1469 | rgd->rd_flags |= GFS2_RDF_ERROR; |