diff options
Diffstat (limited to 'fs/gfs2/mount.c')
-rw-r--r-- | fs/gfs2/mount.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fs/gfs2/mount.c b/fs/gfs2/mount.c index b66027827aaa..257c4a179dc6 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) | |||
203 | 203 | ||
204 | return error; | 204 | return error; |
205 | 205 | ||
206 | need_value: | 206 | need_value: |
207 | fs_info(sdp, "need value for option %s\n", o); | 207 | fs_info(sdp, "need value for option %s\n", o); |
208 | return -EINVAL; | 208 | return -EINVAL; |
209 | 209 | ||
210 | cant_remount: | 210 | cant_remount: |
211 | fs_info(sdp, "can't remount with option %s\n", o); | 211 | fs_info(sdp, "can't remount with option %s\n", o); |
212 | return -EINVAL; | 212 | return -EINVAL; |
213 | } | 213 | } |