X-Git-Url: http://git.cascardo.info/?p=cascardo%2Flinux.git;a=blobdiff_plain;f=fs%2Fcifs%2Finode.c;h=7ab5be7944aa8436f35e1e6d1ac6f277a07e14af;hp=13cf507d142390e982ad40090e7be80590271ff6;hb=e55f1d1d13e7f1c364672d667d78fd1f640ab9f9;hpb=030b533c4fd4d2ec3402363323de4bb2983c9cee diff --git a/fs/cifs/inode.c b/fs/cifs/inode.c index 13cf507d1423..7ab5be7944aa 100644 --- a/fs/cifs/inode.c +++ b/fs/cifs/inode.c @@ -1951,7 +1951,7 @@ int cifs_revalidate_dentry_attr(struct dentry *dentry) cifs_dbg(FYI, "Update attributes: %s inode 0x%p count %d dentry: 0x%p d_time %ld jiffies %ld\n", full_path, inode, inode->i_count.counter, - dentry, dentry->d_time, jiffies); + dentry, cifs_get_time(dentry), jiffies); if (cifs_sb_master_tcon(CIFS_SB(sb))->unix_ext) rc = cifs_get_inode_info_unix(&inode, full_path, sb, xid);