diff options
author | Steven Whitehouse <swhiteho@redhat.com> | 2009-09-14 09:50:57 +0100 |
---|---|---|
committer | Steven Whitehouse <swhiteho@redhat.com> | 2009-09-14 09:50:57 +0100 |
commit | 86d006365610fe6cda243d89b67d5047dca44656 (patch) | |
tree | 7ddc920e35524759f004cb4c5766ccb506044321 /fs/gfs2/rgrp.c | |
parent | 2b88f7c535a8125213def012a67c1b0a667ceb2e (diff) | |
download | linux-86d006365610fe6cda243d89b67d5047dca44656.tar.bz2 |
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) { struct gfs2_sbd *sdp = rgd->rd_sbd; fs_warn(sdp, "rgrp %llu has an error, marking it readonly until umount\n", - (unsigned long long)rgd->rd_addr); + (unsigned long long)rgd->rd_addr); fs_warn(sdp, "umount on all nodes and run fsck.gfs2 to fix the error\n"); gfs2_rgrp_dump(NULL, rgd->rd_gl); rgd->rd_flags |= GFS2_RDF_ERROR; |