RE: [f2fs-dev][PATCH 2/2] f2fs: invalidate xattr node page when evict inode

2014-08-03 Thread Chao Yu
; Subject: Re: [f2fs-dev][PATCH 2/2] f2fs: invalidate xattr node page when > evict inode > > Hi Chao, > > On Thu, Jul 31, 2014 at 09:13:11PM +0800, Chao Yu wrote: > > When inode is evicted, all the page cache belong to this inode should be > > released including th

Re: [f2fs-dev][PATCH 2/2] f2fs: invalidate xattr node page when evict inode

2014-08-02 Thread Jaegeuk Kim
Hi Chao, On Thu, Jul 31, 2014 at 09:13:11PM +0800, Chao Yu wrote: > When inode is evicted, all the page cache belong to this inode should be > released including the xattr node page. But previously we didn't do this, this > patch fixed this issue. > > Signed-off-by: Chao Yu > --- > fs/f2fs/inod