]> git.baikalelectronics.ru Git - kernel.git/commit
gfs2: Use fs_* functions instead of pr_* function where we can
authorBob Peterson <rpeterso@redhat.com>
Wed, 3 Oct 2018 13:47:36 +0000 (08:47 -0500)
committerBob Peterson <rpeterso@redhat.com>
Fri, 5 Oct 2018 16:16:54 +0000 (11:16 -0500)
commit394865385a46b98d39a01424df18b3b9dc316e77
tree11cce8cb95ecd48c015f7f8d311154decdb90f9e
parentf042d10f48a4e8c6c33c36f273f2596c12e38df3
gfs2: Use fs_* functions instead of pr_* function where we can

Before this patch, various errors and messages were reported using
the pr_* functions: pr_err, pr_warn, pr_info, etc., but that does
not tell you which gfs2 mount had the problem, which is often vital
to debugging. This patch changes the calls from pr_* to fs_* in
most of the messages so that the file system id is printed along
with the message.

Signed-off-by: Bob Peterson <rpeterso@redhat.com>
fs/gfs2/dir.c
fs/gfs2/glock.c
fs/gfs2/lock_dlm.c
fs/gfs2/rgrp.c
fs/gfs2/trans.c
fs/gfs2/util.h