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)
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

diff --cc fs/gfs2/sys.c
Simple merge
diff --cc fs/gfs2/util.c
Simple merge
diff --cc fs/gfs2/util.h
Simple merge