commit | c4485252cf36ae62c8bf12c4aede72345cad0d2b | [log] [tgz] |
---|---|---|
author | Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com> | Thu Oct 01 11:54:32 2020 -0700 |
committer | Christoph Hellwig <hch@lst.de> | Wed Oct 07 07:56:20 2020 +0200 |
tree | 147c2de92c23672b08cb476d65e03d21c7458713 | |
parent | af5d6f7ba5f99f8316473557240ae9acdd20a6bd [diff] |
nvme-core: remove extra condition for vwc In nvme_set_queue_limits() we initialize vwc to false and later add a condition to set vwc true. The value of the vwc can be declare initialized which makes all the blk_queue_XXX() calls uniform. Signed-off-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com> Reviewed-by: Keith Busch <kbusch@kernel.org> Signed-off-by: Christoph Hellwig <hch@lst.de>