Re: [PATCH v3 1/2] fuse: on 64-bit store time in d_fsdata directly

From: Miklos Szeredi
Date: Tue Sep 17 2019 - 03:46:33 EST


On Tue, Sep 17, 2019 at 1:56 AM Khazhismel Kumykov <khazhy@xxxxxxxxxx> wrote:
>
> Implements the optimization noted in f75fdf22b0a8 ("fuse: don't use
> ->d_time"), as the additional memory can be significant. (In particular,
> on SLAB configurations this 8-byte alloc becomes 32 bytes). Per-dentry,
> this can consume significant memory.

Applied, thanks.

Miklos