Re: [PATCH] tcmu: fix error resetting qfull_time_out to default

2018-04-12 Thread Mike Christie
On 04/09/2018 06:44 AM, Prasanna Kumar Kalever wrote: > Problem: > --- > $ cat /sys/kernel/config/target/core/user_0/block/attrib/qfull_time_out > -1 > > $ echo "-1" > > /sys/kernel/config/target/core/user_0/block/attrib/qfull_time_out > -bash: echo: write error: Invalid argument > > Fix: >

Re: [PATCH] tcmu: fix error resetting qfull_time_out to default

2018-04-12 Thread Mike Christie
On 04/10/2018 04:11 AM, Xiubo Li wrote: > > On 2018/4/9 19:44, Prasanna Kumar Kalever wrote: >> Problem: >> --- >> $ cat /sys/kernel/config/target/core/user_0/block/attrib/qfull_time_out >> -1 >> >> $ echo "-1" > >> /sys/kernel/config/target/core/user_0/block/attrib/qfull_time_out >> -bash: ec

Re: [PATCH] tcmu: fix error resetting qfull_time_out to default

2018-04-10 Thread Xiubo Li
On 2018/4/9 19:44, Prasanna Kumar Kalever wrote: Problem: --- $ cat /sys/kernel/config/target/core/user_0/block/attrib/qfull_time_out -1 $ echo "-1" > /sys/kernel/config/target/core/user_0/block/attrib/qfull_time_out -bash: echo: write error: Invalid argument Fix: --- This patch will help