aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fs/gfs2/locking/dlm/mount.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/gfs2/locking/dlm/mount.c b/fs/gfs2/locking/dlm/mount.c
index ab301023094f..f2efff424224 100644
--- a/fs/gfs2/locking/dlm/mount.c
+++ b/fs/gfs2/locking/dlm/mount.c
@@ -68,8 +68,7 @@ static int make_args(struct gdlm_ls *ls, char *data_arg, int *nodir)
68 strncpy(data, data_arg, 255); 68 strncpy(data, data_arg, 255);
69 69
70 if (!strlen(data)) { 70 if (!strlen(data)) {
71 printk(KERN_ERR 71 log_error("no mount options, (u)mount helpers not installed");
72 "DLM/GFS2/GFS ERROR: (u)mount helpers are not installed!\n");
73 return -EINVAL; 72 return -EINVAL;
74 } 73 }
75 74