Re: [V9fs-developer] [PATCH v2 1/2] net/9p: detecting invalid options as much as possible

2018-05-03 Thread cgxu...@gmx.com
Thanks for your review, I’ll fix the issue in v3. > 在 2018年5月3日,上午6:32,Andrew Morton 写道: > > On Tue, 17 Apr 2018 14:45:01 +0800 Chengguang Xu wrote: > >> Currently when detecting invalid options in option parsing, >> some options(e.g. msize) just

Re: [V9fs-developer] [PATCH v2 1/2] net/9p: detecting invalid options as much as possible

2018-05-03 Thread cgxu...@gmx.com
Thanks for your review, I’ll fix the issue in v3. > 在 2018年5月3日,上午6:32,Andrew Morton 写道: > > On Tue, 17 Apr 2018 14:45:01 +0800 Chengguang Xu wrote: > >> Currently when detecting invalid options in option parsing, >> some options(e.g. msize) just set errno and allow to continuously >>

Re: [V9fs-developer] [PATCH v2 1/2] net/9p: detecting invalid options as much as possible

2018-05-02 Thread Andrew Morton
On Tue, 17 Apr 2018 14:45:01 +0800 Chengguang Xu wrote: > Currently when detecting invalid options in option parsing, > some options(e.g. msize) just set errno and allow to continuously > validate other options so that it can detect invalid options > as much as possible and give

Re: [V9fs-developer] [PATCH v2 1/2] net/9p: detecting invalid options as much as possible

2018-05-02 Thread Andrew Morton
On Tue, 17 Apr 2018 14:45:01 +0800 Chengguang Xu wrote: > Currently when detecting invalid options in option parsing, > some options(e.g. msize) just set errno and allow to continuously > validate other options so that it can detect invalid options > as much as possible and give proper error

[V9fs-developer][PATCH v2 1/2] net/9p: detecting invalid options as much as possible

2018-04-17 Thread Chengguang Xu
Currently when detecting invalid options in option parsing, some options(e.g. msize) just set errno and allow to continuously validate other options so that it can detect invalid options as much as possible and give proper error messages together. This patch applies same rule to option 'trans'

[V9fs-developer][PATCH v2 1/2] net/9p: detecting invalid options as much as possible

2018-04-17 Thread Chengguang Xu
Currently when detecting invalid options in option parsing, some options(e.g. msize) just set errno and allow to continuously validate other options so that it can detect invalid options as much as possible and give proper error messages together. This patch applies same rule to option 'trans'