Re: [PATCH] blk-throttle: return proper bool type to caller instead of 0/1

2018-05-30 Thread Jens Axboe
On 5/29/18 4:32 AM, Chengguang Xu wrote: > Change to return true/false only for bool type return code. Looks good, applied. -- Jens Axboe

[PATCH] blk-throttle: return proper bool type to caller instead of 0/1

2018-05-29 Thread Chengguang Xu
Change to return true/false only for bool type return code. Signed-off-by: Chengguang Xu --- block/blk-throttle.c | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/block/blk-throttle.c b/block/blk-throttle.c index c5a1316..3155dee 100644 --- a/block/blk-throttle.c