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

2019-08-30 Thread Chao Yu
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

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

2019-08-29 Thread Gao Xiang
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]