xfs: sync up xfs_trans_inode with userspace
authorEric Sandeen <sandeen@redhat.com>
Fri, 12 Jul 2019 22:07:05 +0000 (15:07 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Mon, 15 Jul 2019 15:10:34 +0000 (08:10 -0700)
commit79ba2a2185432e8ea40e35eb261f10076d205ea3
tree193cbb7b592ebd0e1ac2984d42c547dd131c52d4
parent3f6d70e88555d2513b0199c0c383602bf8aec059
xfs: sync up xfs_trans_inode with userspace

Add an XFS_ICHGTIME_CREATE case to xfs_trans_ichgtime() to keep in
sync with userspace.  (Currently no kernel caller sends this flag.)

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Reviewed-by: Brian Foster <bfoster@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_trans_inode.c