Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bc1cbf1f authored by Josef Bacik's avatar Josef Bacik Committed by Chris Mason
Browse files

Btrfs: update inode ctime when using links



Currently we fail xfstest 236 because we're not updating the inode ctime on
link.  This is a simple fix, and makes it so we pass 236 now.

Signed-off-by: default avatarJosef Bacik <josef@redhat.com>
Signed-off-by: default avatarChris Mason <chris.mason@oracle.com>
parent 0ed42a63
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -4785,6 +4785,7 @@ static int btrfs_link(struct dentry *old_dentry, struct inode *dir,
		return -EPERM;

	btrfs_inc_nlink(inode);
	inode->i_ctime = CURRENT_TIME;

	err = btrfs_set_inode_index(dir, &index);
	if (err)