ceph: don't use ->d_time

Pretty simple: just use ceph_dentry_info.time instead (which was already
there, unused).

Signed-off-by: Miklos Szeredi <mszeredi@redhat.com>
This commit is contained in:
Miklos Szeredi
2016-06-22 16:35:04 +02:00
committed by Ilya Dryomov
parent 679f0b825d
commit 9b16f03c47
4 changed files with 8 additions and 8 deletions

View File

@@ -246,7 +246,7 @@ struct ceph_dentry_info {
unsigned long lease_renew_after, lease_renew_from;
struct list_head lru;
struct dentry *dentry;
u64 time;
unsigned long time;
u64 offset;
};