]> git.baikalelectronics.ru Git - kernel.git/commit
blk: fix overflow in queue_discard_max_hw_show
authorAlan <gnomes@lxorguk.ukuu.org.uk>
Wed, 17 Feb 2016 14:15:30 +0000 (14:15 +0000)
committerJens Axboe <axboe@fb.com>
Wed, 17 Feb 2016 17:20:42 +0000 (10:20 -0700)
commit5a88b932fbd451a3b3a25af60e41311130f174bd
tree99fe77119a941ad307706095915b99bb3325fadb
parent877a5a1a6f03a9057d8f92532fb32c13dd8943ce
blk: fix overflow in queue_discard_max_hw_show

We get this right for queue_discard_max_show but not max_hw_show. Follow the
same pattern as queue_discard_max_show instead so that we don't truncate.

Signed-off-by: Alan Cox <alan@linux.intel.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
block/blk-sysfs.c