projects
/
GitHub
/
MotorolaMobilityLLC
/
kernel-slsi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0b7580c
)
[GFS2] tidy up error message
author
David Teigland
<teigland@redhat.com>
Thu, 15 Nov 2007 15:01:13 +0000
(09:01 -0600)
committer
Steven Whitehouse
<swhiteho@redhat.com>
Fri, 25 Jan 2008 08:08:04 +0000
(08:08 +0000)
Print error with log_error() to be consistent with others.
Signed-off-by: David Teigland <teigland@redhat.com>
Signed-off-by: Fabio M. Di Nitto <fabbione@ubuntu.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
fs/gfs2/locking/dlm/mount.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/gfs2/locking/dlm/mount.c
b/fs/gfs2/locking/dlm/mount.c
index ab301023094f9b8f999705618bfa4e37c3889549..f2efff424224dd3e0052284076e679d067e48ad8 100644
(file)
--- 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)
strncpy(data, data_arg, 255);
if (!strlen(data)) {
- printk(KERN_ERR
- "DLM/GFS2/GFS ERROR: (u)mount helpers are not installed!\n");
+ log_error("no mount options, (u)mount helpers not installed");
return -EINVAL;
}