aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/mount.c
diff options
context:
space:
mode:
authorSteven Whitehouse <swhiteho@redhat.com>2006-09-04 12:04:26 -0400
committerSteven Whitehouse <swhiteho@redhat.com>2006-09-04 12:04:26 -0400
commita91ea69ffd3f8a0b7139bfd44042ab384461e631 (patch)
treef05952e49e01609b21dbe8d27d9ffd30b4aa507f /fs/gfs2/mount.c
parent75d3b817a0b48425da921052955cc58f20bbab52 (diff)
downloadlinux-a91ea69ffd3f8a0b7139bfd44042ab384461e631.tar.gz
[GFS2] Align all labels against LH side
This makes everything consistent. Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
Diffstat (limited to 'fs/gfs2/mount.c')
-rw-r--r--fs/gfs2/mount.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/gfs2/mount.c b/fs/gfs2/mount.c
index b66027827aaa2..257c4a179dc6d 100644
--- a/fs/gfs2/mount.c
+++ b/fs/gfs2/mount.c
@@ -203,11 +203,11 @@ int gfs2_mount_args(struct gfs2_sbd *sdp, char *data_arg, int remount)
return error;
- need_value:
+need_value:
fs_info(sdp, "need value for option %s\n", o);
return -EINVAL;
- cant_remount:
+cant_remount:
fs_info(sdp, "can't remount with option %s\n", o);
return -EINVAL;
}