diff options
| author | 2017-10-31 12:04:49 -0700 | |
|---|---|---|
| committer | 2017-11-01 15:03:16 -0700 | |
| commit | e9e899a2a8c3c23b3084b048466f417ed92286d3 (patch) | |
| tree | 877b82d6ba8b1804f619ab39dd4ad5680e179abd /fs/xfs/libxfs/xfs_inode_buf.c | |
| parent | xfs: remove inode log format typedef (diff) | |
| download | linux-dev-e9e899a2a8c3c23b3084b048466f417ed92286d3.tar.xz linux-dev-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/libxfs/xfs_inode_buf.c')
| -rw-r--r-- | fs/xfs/libxfs/xfs_inode_buf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/libxfs/xfs_inode_buf.c b/fs/xfs/libxfs/xfs_inode_buf.c index 378f8fbc91a7..6b7989038d75 100644 --- a/fs/xfs/libxfs/xfs_inode_buf.c +++ b/fs/xfs/libxfs/xfs_inode_buf.c @@ -24,6 +24,7 @@ #include "xfs_mount.h" #include "xfs_defer.h" #include "xfs_inode.h" +#include "xfs_errortag.h" #include "xfs_error.h" #include "xfs_cksum.h" #include "xfs_icache.h" |
