]> asedeno.scripts.mit.edu Git - linux.git/commit
xfs: remove [cm]time update from reflink calls
authorDarrick J. Wong <darrick.wong@oracle.com>
Mon, 29 Oct 2018 23:47:48 +0000 (10:47 +1100)
committerDave Chinner <david@fromorbit.com>
Mon, 29 Oct 2018 23:47:48 +0000 (10:47 +1100)
commitbf4a1fcf0bc18d52cf0fce6571d6f327ab5eaf22
treea3d847deb53d14dcb33f44f361b5fcea7667cf82
parent3fc9f5e409319e994d113cf1327ba6ab147423c2
xfs: remove [cm]time update from reflink calls

Now that the vfs remap helper dirties the inode [cm]time for us, xfs no
longer needs to do that on its own.

Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>
fs/xfs/xfs_reflink.c