On Thu, Mar 15, 2018 at 8:08 AM, Bart Van Assche <bart.vanassche@xxxxxxx> wrote: > Avoid that building with W=1 triggers the following compiler warning: > > drivers/md/bcache/super.c:776:20: warning: comparison is always false due to limited range of data type [-Wtype-limits] > d->nr_stripes > SIZE_MAX / sizeof(atomic_t)) { > ^ > > Signed-off-by: Bart Van Assche <bart.vanassche@xxxxxxx> LGTM, applying.