]> git.baikalelectronics.ru Git - kernel.git/commit
nvme: make NVME_RDMA depend on BLOCK
authorLinus Torvalds <torvalds@linux-foundation.org>
Sun, 11 Sep 2016 21:41:49 +0000 (14:41 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Sun, 11 Sep 2016 21:41:49 +0000 (14:41 -0700)
commit90936d4a406c02d549a7a2f37c24b7f5fbba71c0
tree0cdea10cb81bf3f5e7e1f68a74ff629260903caa
parent3c9eec6e8c5074ac1f6038edc2684109c4bb7e7c
nvme: make NVME_RDMA depend on BLOCK

Commit 0cc30694d8fb ("nvme: fabrics drivers don't need the nvme-pci
driver") removed the dependency on BLK_DEV_NVME, but the cdoe does
depend on the block layer (which used to be an implicit dependency
through BLK_DEV_NVME).

Otherwise you get various errors from the kbuild test robot random
config testing when that happens to hit a configuration with BLOCK
device support disabled.

Cc: Christoph Hellwig <hch@lst.de>
Cc: Jay Freyensee <james_p_freyensee@linux.intel.com>
Cc: Sagi Grimberg <sagi@grimberg.me>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
drivers/nvme/host/Kconfig