commit | 5f2b18ec8e1643410a2369f06888951cdedea0bf | [log] [tgz] |
---|---|---|
author | Bart Van Assche <bart.vanassche@wdc.com> | Sun Mar 18 17:36:33 2018 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Sun Mar 18 20:15:20 2018 -0600 |
tree | 19fffc596284b0b162301b0020a2c873ee5d6ed5 | |
parent | 20d3a518713e394efa5a899c84574b4b79ec5098 [diff] |
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>