]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blobdiff - zfs/module/zfs/zpl_inode.c
UBUNTU: SAUCE: (noup) Update spl to 0.6.5.9-1ubuntu2, zfs to 0.6.5.9-5ubuntu7
[mirror_ubuntu-artful-kernel.git] / zfs / module / zfs / zpl_inode.c
index 7aded9df27329fd56e4b576d7b216542f0599c5f..88f333d22c619bb5ab22269e7d8e589066c392f3 100644 (file)
@@ -557,7 +557,7 @@ zpl_link(struct dentry *old_dentry, struct inode *dir, struct dentry *dentry)
                return (-EMLINK);
 
        crhold(cr);
-       ip->i_ctime = CURRENT_TIME_SEC;
+       ip->i_ctime = current_time(ip);
        igrab(ip); /* Use ihold() if available */
 
        cookie = spl_fstrans_mark();