bcache: Fix a compiler warning in bcache_device_init()
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)) {
^
Reviewed-by:
Coly Li <colyli@suse.de>
Reviewed-by:
Michael Lyle <mlyle@lyle.org>
Signed-off-by:
Bart Van Assche <bart.vanassche@wdc.com>
Signed-off-by:
Jens Axboe <axboe@kernel.dk>
Loading
Please register or sign in to comment