Gitweb:     
http://git.kernel.org/git/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=00c134756c5ad570a1ad3d6f93a67fc9c25a67ea
Commit:     00c134756c5ad570a1ad3d6f93a67fc9c25a67ea
Parent:     0b7580c786a5feda6291fe68ead3a1b92b6b35b8
Author:     David Teigland <[EMAIL PROTECTED]>
AuthorDate: Thu Nov 15 09:01:13 2007 -0600
Committer:  Steven Whitehouse <[EMAIL PROTECTED]>
CommitDate: Fri Jan 25 08:08:04 2008 +0000

    [GFS2] tidy up error message
    
    Print error with log_error() to be consistent with others.
    
    Signed-off-by: David Teigland <[EMAIL PROTECTED]>
    Signed-off-by: Fabio M. Di Nitto <[EMAIL PROTECTED]>
    Signed-off-by: Steven Whitehouse <[EMAIL PROTECTED]>
---
 fs/gfs2/locking/dlm/mount.c |    3 +--
 1 files changed, 1 insertions(+), 2 deletions(-)

diff --git a/fs/gfs2/locking/dlm/mount.c b/fs/gfs2/locking/dlm/mount.c
index ab30102..f2efff4 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)
        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;
        }
 
-
To unsubscribe from this list: send the line "unsubscribe git-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to