mbox series

[0/2] CFQ: Suppress W=1 compiler warnings

Message ID 20180807231729.30308-1-bart.vanassche@wdc.com (mailing list archive)
Headers show
Series CFQ: Suppress W=1 compiler warnings | expand

Message

Bart Van Assche Aug. 7, 2018, 11:17 p.m. UTC
Hello Jens,

This patch series suppresses the compiler warnings that are reported when
building the CFQ I/O scheduler with W=1. Please consider these patches for
kernel v4.19.

Thanks,

Bart.

Bart Van Assche (2):
  cfq: Annotate fall-through in a switch statement
  cfq: Suppress compiler warnings about comparisons

 block/cfq-iosched.c | 23 +++++++++++++----------
 1 file changed, 13 insertions(+), 10 deletions(-)

Comments

Jens Axboe Aug. 7, 2018, 11:58 p.m. UTC | #1
On 8/7/18 5:17 PM, Bart Van Assche wrote:
> Hello Jens,
> 
> This patch series suppresses the compiler warnings that are reported when
> building the CFQ I/O scheduler with W=1. Please consider these patches for
> kernel v4.19.

Thanks, applied.