OSDN Git Service

xfs: replace ATTR_KERNOTIME with XFS_DA_OP_NOTIME
authorChristoph Hellwig <hch@lst.de>
Thu, 27 Feb 2020 01:30:36 +0000 (17:30 -0800)
committerDarrick J. Wong <darrick.wong@oracle.com>
Tue, 3 Mar 2020 04:55:53 +0000 (20:55 -0800)
commit1d7330199400404512b44734d3c792aa4ad82322
treec33d2c5b5d060c823d777f06c51f1e49c6b8ce70
parentd49db18b247d8e7e16f2178cd713f4621d1d7ade
xfs: replace ATTR_KERNOTIME with XFS_DA_OP_NOTIME

op_flags with the XFS_DA_OP_* flags is the usual place for in-kernel
only flags, so move the notime flag there.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Chandan Rajendra <chandanrlinux@gmail.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.c
fs/xfs/libxfs/xfs_attr.h
fs/xfs/libxfs/xfs_da_btree.h
fs/xfs/scrub/attr.c
fs/xfs/xfs_ioctl.c