Re: [PATCH 1/1 linux-next] ceph: use standard Opt_err

2015-06-15 Thread Ilya Dryomov
On Sun, Jun 14, 2015 at 12:05 PM, Fabian Frederick wrote: > > >> On 08 June 2015 at 09:49 Ilya Dryomov wrote: >> >> >> On Fri, Jun 5, 2015 at 10:12 PM, Fabian Frederick wrote: >> > ceph used -1 for the last match_table_t option. >> > Use Opt_err enum like other FS >> > >> > match_token() is base

Re: [PATCH 1/1 linux-next] ceph: use standard Opt_err

2015-06-08 Thread Ilya Dryomov
On Fri, Jun 5, 2015 at 10:12 PM, Fabian Frederick wrote: > ceph used -1 for the last match_table_t option. > Use Opt_err enum like other FS > > match_token() is based on the pattern (NULL) > so behavior should remain the same. > > Signed-off-by: Fabian Frederick > --- > This is untested. If this