]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit - fs/xfs/xfs_trans_ail.c
xfs: move error injection tags into their own file
authorDarrick J. Wong <darrick.wong@oracle.com>
Tue, 31 Oct 2017 19:04:49 +0000 (12:04 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Wed, 1 Nov 2017 22:03:16 +0000 (15:03 -0700)
commite9e899a2a8c3c23b3084b048466f417ed92286d3
tree877b82d6ba8b1804f619ab39dd4ad5680e179abd
parent06b1132120d446bbaf844cbbae51f0afd3baacb8
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>
17 files changed:
fs/xfs/libxfs/xfs_ag_resv.c
fs/xfs/libxfs/xfs_alloc.c
fs/xfs/libxfs/xfs_bmap.c
fs/xfs/libxfs/xfs_btree.c
fs/xfs/libxfs/xfs_dir2.c
fs/xfs/libxfs/xfs_errortag.h [new file with mode: 0644]
fs/xfs/libxfs/xfs_ialloc.c
fs/xfs/libxfs/xfs_inode_buf.c
fs/xfs/libxfs/xfs_refcount.c
fs/xfs/libxfs/xfs_rmap.c
fs/xfs/xfs_buf.c
fs/xfs/xfs_error.c
fs/xfs/xfs_error.h
fs/xfs/xfs_inode.c
fs/xfs/xfs_iomap.c
fs/xfs/xfs_log.c
fs/xfs/xfs_trans_ail.c