Re: [PATCH v2 3/3] fuse: kmemcg account fs data

2019-08-22 Thread Shakeel Butt
On Thu, Aug 22, 2019 at 1:00 PM Khazhismel Kumykov wrote: > > account per-file, dentry, and inode data > > accounts the per-file reserved request, adding new > fuse_request_alloc_account() > > blockdev/superblock and temporary per-request data was left alone, as > this usually isn't accounted > >

[PATCH v2 3/3] fuse: kmemcg account fs data

2019-08-22 Thread Khazhismel Kumykov
account per-file, dentry, and inode data accounts the per-file reserved request, adding new fuse_request_alloc_account() blockdev/superblock and temporary per-request data was left alone, as this usually isn't accounted Signed-off-by: Khazhismel Kumykov --- fs/fuse/dir.c | 3 ++-