OSDN Git Service

xfs: remove the ATTR_INCOMPLETE flag
authorChristoph Hellwig <hch@lst.de>
Thu, 27 Feb 2020 01:30:29 +0000 (17:30 -0800)
committerDarrick J. Wong <darrick.wong@oracle.com>
Tue, 3 Mar 2020 04:55:52 +0000 (20:55 -0800)
commit5e81357435cc0ef6b2ba4a9dcfca52be4e471cf5
tree3d44440aba2d84cfe53c1839f489b7c925c2754c
parent4d542e4c1e2884da0f869b13cb145f93a1493f07
xfs: remove the ATTR_INCOMPLETE flag

Replace the ATTR_INCOMPLETE flag with a new boolean field in struct
xfs_attr_list_context.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
fs/xfs/libxfs/xfs_attr.h
fs/xfs/scrub/attr.c
fs/xfs/xfs_attr_list.c