Re: [PATCH v3 5/7] erofs: kill erofs_{init,exit}_inode_cache

From: Chao Yu
Date: Fri Aug 30 2019 - 02:17:44 EST


On 2019/8/30 11:36, Gao Xiang wrote:
> As Christoph said [1] "having this function
> seems entirely pointless", I have to kill those.
>
> filesystem function name
> ext2,f2fs,ext4,isofs,squashfs,cifs,... init_inodecache
>
> In addition, add a "rcu_barrier()" when exit_fs();
>
> [1] https://lore.kernel.org/r/20190829101545.GC20598@xxxxxxxxxxxxx/
> Reported-by: Christoph Hellwig <hch@xxxxxxxxxxxxx>
> Signed-off-by: Gao Xiang <gaoxiang25@xxxxxxxxxx>

Reviewed-by: Chao Yu <yuchao0@xxxxxxxxxx>

Thanks,