Commit bd0b841
committed
nvme: make NVME_RDMA depend on BLOCK
Commit aa71987 ("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 <[email protected]>
Cc: Jay Freyensee <[email protected]>
Cc: Sagi Grimberg <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>1 parent 2afe669 commit bd0b841
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
0 commit comments