Commit 497b5b13 authored by Linus Torvalds's avatar Linus Torvalds
Browse files

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
parents e97b71de 05340d4a
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -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