Home
last modified time | relevance | path

Searched hist:f75fdf22b0a84702d1b72fc1ccd53dcdde121c16 (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/fuse/
H A Ddir.cdiff f75fdf22b0a84702d1b72fc1ccd53dcdde121c16 Sat Oct 01 00:32:32 CDT 2016 Miklos Szeredi <mszeredi@redhat.com> 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: Miklos Szeredi <mszeredi@redhat.com>