aboutsummaryrefslogtreecommitdiffstats
path: root/fs/gfs2/util.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/gfs2/util.h')
-rw-r--r--fs/gfs2/util.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/gfs2/util.h b/fs/gfs2/util.h
index d365733744d7..515cce2d7131 100644
--- a/fs/gfs2/util.h
+++ b/fs/gfs2/util.h
@@ -19,6 +19,8 @@
19 19
20#include "incore.h" 20#include "incore.h"
21 21
22#define fs_emerg(fs, fmt, ...) \
23 pr_emerg("fsid=%s: " fmt, (fs)->sd_fsname, ##__VA_ARGS__)
22#define fs_warn(fs, fmt, ...) \ 24#define fs_warn(fs, fmt, ...) \
23 pr_warn("fsid=%s: " fmt, (fs)->sd_fsname, ##__VA_ARGS__) 25 pr_warn("fsid=%s: " fmt, (fs)->sd_fsname, ##__VA_ARGS__)
24#define fs_err(fs, fmt, ...) \ 26#define fs_err(fs, fmt, ...) \