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:

committed by
Ilya Dryomov

parent
679f0b825d
commit
9b16f03c47
@@ -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;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user