+12
−9
+9
−8
+5
−5
+17
−11
+8
−7
Loading
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>