Re: [f2fs-dev] [PATCH v2] f2fs: support flexible inline xattr size

2017-10-03 Thread Chao Yu
Hi Jaegeuk, When I rebase on last dev-test branch, I found that there are splitted codes from this patch which contains fixing codes for recovery flow. I guess you have missed this v2 patch. Could you merge and test this v2? Thanks, On 2017/9/6 21:59, Chao Yu wrote: > From: Chao Yu > > Now, i

[PATCH v2] f2fs: support flexible inline xattr size

2017-09-06 Thread Chao Yu
From: Chao Yu Now, in product, more and more features based on file encryption were introduced, their demand of xattr space is increasing, however, inline xattr has fixed-size of 200 bytes, once inline xattr space is full, new increased xattr data would occupy additional xattr block which may bri