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>

authored by Josef Bacik and committed by Chris Mason bc1cbf1f 0ed42a63

+1
+1
fs/btrfs/inode.c
··· 4785 4785 return -EPERM; 4786 4786 4787 4787 btrfs_inc_nlink(inode); 4788 + inode->i_ctime = CURRENT_TIME; 4788 4789 4789 4790 err = btrfs_set_inode_index(dir, &index); 4790 4791 if (err)