[f2fs-dev] [PATCH] f2fs: avoid skipping recover_inline_xattr after recover_inline_data

2014-08-02 Thread Chao Yu
When we recover data of inode in roll-forward procedure, and the inode has both inline data and inline xattr. We may skip recovering inline xattr if we recover inline data form node page first. This patch will fix the problem that we lost inline xattr data in above scenario. Signed-off-by: Chao

[f2fs-dev] Reliable Steel Tube/steel profile for racking shelving industry

2014-08-02 Thread T-Racking
Dear sirs, Learning from internet as you are in the market of light duty shelving, may I have your attention to the following content? Thanks, and we are sorry for the impertinence. We are one of the leading supplier of steel section for racking shelving in China. We have various of

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 chao2...@samsung.com ---