1. 03 Oct, 2016 1 commit
  2. 23 Sep, 2016 7 commits
  3. 19 Sep, 2016 1 commit
  4. 15 Sep, 2016 6 commits
  5. 14 Sep, 2016 4 commits
  6. 13 Sep, 2016 9 commits
  7. 12 Sep, 2016 11 commits
  8. 11 Sep, 2016 1 commit
    • Linus Torvalds's avatar
      nvme: make NVME_RDMA depend on BLOCK · bd0b841f
      Linus Torvalds authored
      Commit aa719874 ("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: default avatarLinus Torvalds <torvalds@linux-foundation.org>
      bd0b841f