summaryrefslogtreecommitdiffstats
path: root/fs/xfs/xfs_error.c
diff options
context:
space:
mode:
authorDarrick J. Wong2017-10-31 20:04:49 +0100
committerDarrick J. Wong2017-11-01 23:03:16 +0100
commite9e899a2a8c3c23b3084b048466f417ed92286d3 (patch)
tree877b82d6ba8b1804f619ab39dd4ad5680e179abd /fs/xfs/xfs_error.c
parentxfs: remove inode log format typedef (diff)
downloadkernel-qcow2-linux-e9e899a2a8c3c23b3084b048466f417ed92286d3.tar.gz
kernel-qcow2-linux-e9e899a2a8c3c23b3084b048466f417ed92286d3.tar.xz
kernel-qcow2-linux-e9e899a2a8c3c23b3084b048466f417ed92286d3.zip
xfs: move error injection tags into their own file
Move the error injection tag names into a libxfs header so that we can share it between kernel and userspace. Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Dave Chinner <dchinner@redhat.com>
Diffstat (limited to 'fs/xfs/xfs_error.c')
-rw-r--r--fs/xfs/xfs_error.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/xfs_error.c b/fs/xfs/xfs_error.c
index 6732b0a0d826..92396d5eb259 100644
--- a/fs/xfs/xfs_error.c
+++ b/fs/xfs/xfs_error.c
@@ -21,6 +21,7 @@
#include "xfs_log_format.h"
#include "xfs_trans_resv.h"
#include "xfs_mount.h"
+#include "xfs_errortag.h"
#include "xfs_error.h"
#include "xfs_sysfs.h"