Re: [PATCH] erofs: option validation in remount

2018-09-11 Thread Gao Xiang
Hi Chengguang, On 2018/9/11 23:37, cgxu519 wrote: > On 09/11/2018 07:08 PM, Gao Xiang wrote: >> Hi Chengguang, >> >> Thanks for your patch. >> >> The patch title should be "staging: erofs: " since erofs is still in staging. > Hi Xiang, > > Thanks for your review. I'll add the tag from next

Re: [PATCH] erofs: option validation in remount

2018-09-11 Thread cgxu519
On 09/11/2018 07:08 PM, Gao Xiang wrote: Hi Chengguang, Thanks for your patch. The patch title should be "staging: erofs: " since erofs is still in staging. Hi Xiang, Thanks for your review. I'll add the tag from next version. The same as your previous patch "erofs: surround

Re: [PATCH] erofs: option validation in remount

2018-09-11 Thread Gao Xiang
Hi Chengguang, Thanks for your patch. The patch title should be "staging: erofs: " since erofs is still in staging. The same as your previous patch "erofs: surround fault_injection ralted option parsing using CONFIG_EROFS_FAULT_INJECTION". On 2018/9/11 18:51, Chengguang Xu wrote: > Add option

[PATCH] erofs: option validation in remount

2018-09-11 Thread Chengguang Xu
Add option validation in remount. After this patch, remount can change recognized options, and for unknown options remount will fail and report error. Signed-off-by: Chengguang Xu --- drivers/staging/erofs/super.c | 17 + 1 file changed, 17 insertions(+) diff --git