Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
* 'for-linus' of git://oss.sgi.com/xfs/xfs: xfs: log timestamp changes to the source inode in rename
This commit is contained in:
commit
497b5b13c9
|
@ -297,6 +297,7 @@ xfs_rename(
|
||||||
* it and some incremental backup programs won't work without it.
|
* it and some incremental backup programs won't work without it.
|
||||||
*/
|
*/
|
||||||
xfs_trans_ichgtime(tp, src_ip, XFS_ICHGTIME_CHG);
|
xfs_trans_ichgtime(tp, src_ip, XFS_ICHGTIME_CHG);
|
||||||
|
xfs_trans_log_inode(tp, src_ip, XFS_ILOG_CORE);
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Adjust the link count on src_dp. This is necessary when
|
* Adjust the link count on src_dp. This is necessary when
|
||||||
|
|
Loading…
Reference in New Issue