]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
GFS2: Convert gfs2_lm_withdraw to use fs_err
authorJoe Perches <joe@perches.com>
Thu, 6 Mar 2014 20:17:21 +0000 (12:17 -0800)
committerSteven Whitehouse <swhiteho@redhat.com>
Fri, 7 Mar 2014 09:39:18 +0000 (09:39 +0000)
commitcb94eb066e089da461d37fea39779606512e144a
tree12d2f26274a32d80fc46c394c5aefa49f374cdc4
parent8382e26b2c8ba3c4be552d887eed1969dc1a95b8
GFS2: Convert gfs2_lm_withdraw to use fs_err

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>
fs/gfs2/sys.c
fs/gfs2/util.c
fs/gfs2/util.h