Btrfs: update inode ctime when using links
authorJosef Bacik <josef@redhat.com>
Tue, 23 Nov 2010 19:50:59 +0000 (19:50 +0000)
committerChris Mason <chris.mason@oracle.com>
Sat, 27 Nov 2010 18:00:07 +0000 (13:00 -0500)
commitbc1cbf1f86aa2501efa9ca637c736fce6bcc4b1d
treeaf17fcd439f67eafc534e894168b397c563e2366
parent0ed42a63f3edb144b091d9528401fce95c3c4d8d
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: Josef Bacik <josef@redhat.com>
Signed-off-by: Chris Mason <chris.mason@oracle.com>
fs/btrfs/inode.c