git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8382e26
)
GFS2: Convert gfs2_lm_withdraw to use fs_err
author
Joe Perches
<joe@perches.com>
Thu, 6 Mar 2014 20:17:21 +0000
(12:17 -0800)
committer
Steven Whitehouse
<swhiteho@redhat.com>
Fri, 7 Mar 2014 09:39:18 +0000
(09:39 +0000)
vprintk use is not prefixed by a KERN_<LEVEL>,
so emit these messages at KERN_ERR level.
Using %pV can save some code and allow fs_err to
be used, so do it.
Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
No differences found