diff options
author | Darrick J. Wong <darrick.wong@oracle.com> | 2017-10-31 12:04:49 -0700 |
---|---|---|
committer | Darrick J. Wong <darrick.wong@oracle.com> | 2017-11-01 15:03:16 -0700 |
commit | e9e899a2a8c3c23b3084b048466f417ed92286d3 (patch) | |
tree | 877b82d6ba8b1804f619ab39dd4ad5680e179abd /fs/xfs/xfs_inode.c | |
parent | 06b1132120d446bbaf844cbbae51f0afd3baacb8 (diff) | |
download | linux-e9e899a2a8c3c23b3084b048466f417ed92286d3.tar.bz2 |
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_inode.c')
-rw-r--r-- | fs/xfs/xfs_inode.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/xfs_inode.c b/fs/xfs/xfs_inode.c index a929ca72fa8e..02497828e993 100644 --- a/fs/xfs/xfs_inode.c +++ b/fs/xfs/xfs_inode.c @@ -39,6 +39,7 @@ #include "xfs_ialloc.h" #include "xfs_bmap.h" #include "xfs_bmap_util.h" +#include "xfs_errortag.h" #include "xfs_error.h" #include "xfs_quota.h" #include "xfs_filestream.h" |