xfs: add an explicit owner field to xfs_da_args
Add an explicit owner field to xfs_da_args, which will make it easier for online fsck to set the owner field of the temporary directory and xattr structures that it builds to repair damaged metadata. Note: I hopefully found all the xfs_da_args definitions by looking for automatic stack variable declarations and xfs_da_args.dp assignments: git grep -E '(args.*dp =|struct xfs_da_args[[:space:]]*[a-z0-9][a-z0-9]*)' Note that callers of xfs_attr_{get,set,change} can set the owner to zero (or leave it unset) to have the default set to args->dp. Signed-off-by:Darrick J. Wong <djwong@kernel.org> Reviewed-by:
Christoph Hellwig <hch@lst.de>
Showing
- fs/xfs/libxfs/xfs_attr.c 4 additions, 0 deletionsfs/xfs/libxfs/xfs_attr.c
- fs/xfs/libxfs/xfs_attr_leaf.c 2 additions, 0 deletionsfs/xfs/libxfs/xfs_attr_leaf.c
- fs/xfs/libxfs/xfs_bmap.c 1 addition, 0 deletionsfs/xfs/libxfs/xfs_bmap.c
- fs/xfs/libxfs/xfs_da_btree.h 1 addition, 0 deletionsfs/xfs/libxfs/xfs_da_btree.h
- fs/xfs/libxfs/xfs_dir2.c 5 additions, 0 deletionsfs/xfs/libxfs/xfs_dir2.c
- fs/xfs/libxfs/xfs_exchmaps.c 2 additions, 0 deletionsfs/xfs/libxfs/xfs_exchmaps.c
- fs/xfs/scrub/attr.c 1 addition, 0 deletionsfs/xfs/scrub/attr.c
- fs/xfs/scrub/dabtree.c 1 addition, 0 deletionsfs/xfs/scrub/dabtree.c
- fs/xfs/scrub/dir.c 2 additions, 1 deletionfs/xfs/scrub/dir.c
- fs/xfs/scrub/readdir.c 2 additions, 0 deletionsfs/xfs/scrub/readdir.c
- fs/xfs/xfs_attr_item.c 1 addition, 0 deletionsfs/xfs/xfs_attr_item.c
- fs/xfs/xfs_dir2_readdir.c 1 addition, 0 deletionsfs/xfs/xfs_dir2_readdir.c
- fs/xfs/xfs_trace.h 5 additions, 2 deletionsfs/xfs/xfs_trace.h
Please register or sign in to comment