Skip to content
Commit f75fdf22 authored by Miklos Szeredi's avatar Miklos Szeredi
Browse files

fuse: don't use ->d_time



Store in memory pointed to by ->d_fsdata.  Use ->d_init() to allocate the
storage.  Need to use RCU freeing because the data is used in RCU lookup
mode.

We could cast ->d_fsdata directly on 64bit archs, but I don't think this is
worth the extra complexity.

Signed-off-by: default avatarMiklos Szeredi <mszeredi@redhat.com>
parent 60bcc88a
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment