Re: [PATCH] nullb: make config_item_type const

2017-10-14 Thread kbuild test robot
Hi Bhumika, [auto build test WARNING on linus/master] [also build test WARNING on v4.14-rc4 next-20171013] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH] nullb: make config_item_type const

2017-10-14 Thread kbuild test robot
Hi Bhumika, [auto build test WARNING on linus/master] [also build test WARNING on v4.14-rc4 next-20171013] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH] nullb: make config_item_type const

2017-10-12 Thread Bhumika Goyal
On Thu, Oct 12, 2017 at 4:47 PM, Jens Axboe wrote: > On 10/12/2017 08:42 AM, Bhumika Goyal wrote: >> On Thu, Oct 12, 2017 at 4:27 PM, Jens Axboe wrote: >>> On 10/12/2017 04:19 AM, Bhumika Goyal wrote: This is a followup patch for:

Re: [PATCH] nullb: make config_item_type const

2017-10-12 Thread Bhumika Goyal
On Thu, Oct 12, 2017 at 4:47 PM, Jens Axboe wrote: > On 10/12/2017 08:42 AM, Bhumika Goyal wrote: >> On Thu, Oct 12, 2017 at 4:27 PM, Jens Axboe wrote: >>> On 10/12/2017 04:19 AM, Bhumika Goyal wrote: This is a followup patch for: https://lkml.org/lkml/2017/10/11/375 and

Re: [PATCH] nullb: make config_item_type const

2017-10-12 Thread Jens Axboe
On 10/12/2017 08:42 AM, Bhumika Goyal wrote: > On Thu, Oct 12, 2017 at 4:27 PM, Jens Axboe wrote: >> On 10/12/2017 04:19 AM, Bhumika Goyal wrote: >>> This is a followup patch for: https://lkml.org/lkml/2017/10/11/375 and >>> https://patchwork.kernel.org/patch/649/ >>> >>>

Re: [PATCH] nullb: make config_item_type const

2017-10-12 Thread Jens Axboe
On 10/12/2017 08:42 AM, Bhumika Goyal wrote: > On Thu, Oct 12, 2017 at 4:27 PM, Jens Axboe wrote: >> On 10/12/2017 04:19 AM, Bhumika Goyal wrote: >>> This is a followup patch for: https://lkml.org/lkml/2017/10/11/375 and >>> https://patchwork.kernel.org/patch/649/ >>> >>> Make these

Re: [PATCH] nullb: make config_item_type const

2017-10-12 Thread Bhumika Goyal
On Thu, Oct 12, 2017 at 4:27 PM, Jens Axboe wrote: > On 10/12/2017 04:19 AM, Bhumika Goyal wrote: >> This is a followup patch for: https://lkml.org/lkml/2017/10/11/375 and >> https://patchwork.kernel.org/patch/649/ >> >> Make these structures const as they are either passed

Re: [PATCH] nullb: make config_item_type const

2017-10-12 Thread Bhumika Goyal
On Thu, Oct 12, 2017 at 4:27 PM, Jens Axboe wrote: > On 10/12/2017 04:19 AM, Bhumika Goyal wrote: >> This is a followup patch for: https://lkml.org/lkml/2017/10/11/375 and >> https://patchwork.kernel.org/patch/649/ >> >> Make these structures const as they are either passed to the functions

Re: [PATCH] nullb: make config_item_type const

2017-10-12 Thread Jens Axboe
On 10/12/2017 04:19 AM, Bhumika Goyal wrote: > This is a followup patch for: https://lkml.org/lkml/2017/10/11/375 and > https://patchwork.kernel.org/patch/649/ > > Make these structures const as they are either passed to the functions > having the argument as const or stored as a reference in

Re: [PATCH] nullb: make config_item_type const

2017-10-12 Thread Jens Axboe
On 10/12/2017 04:19 AM, Bhumika Goyal wrote: > This is a followup patch for: https://lkml.org/lkml/2017/10/11/375 and > https://patchwork.kernel.org/patch/649/ > > Make these structures const as they are either passed to the functions > having the argument as const or stored as a reference in

[PATCH] nullb: make config_item_type const

2017-10-12 Thread Bhumika Goyal
This is a followup patch for: https://lkml.org/lkml/2017/10/11/375 and https://patchwork.kernel.org/patch/649/ Make these structures const as they are either passed to the functions having the argument as const or stored as a reference in the "ci_type" const field of a config_item structure.

[PATCH] nullb: make config_item_type const

2017-10-12 Thread Bhumika Goyal
This is a followup patch for: https://lkml.org/lkml/2017/10/11/375 and https://patchwork.kernel.org/patch/649/ Make these structures const as they are either passed to the functions having the argument as const or stored as a reference in the "ci_type" const field of a config_item structure.