]> Git Repo - linux.git/commit
block: introduce GENHD_FL_HIDDEN
authorChristoph Hellwig <[email protected]>
Thu, 2 Nov 2017 18:29:53 +0000 (21:29 +0300)
committerJens Axboe <[email protected]>
Fri, 3 Nov 2017 16:31:48 +0000 (10:31 -0600)
commit8ddcd653257c18a669fcb75ee42c37054908e0d6
tree1717b2161a7b718d00e11394c8163dcaf1622a71
parent517bf3c306bad4fe0da631f90ae2ec40924dee2b
block: introduce GENHD_FL_HIDDEN

With this flag a driver can create a gendisk that can be used for I/O
submission inside the kernel, but which is not registered as user
facing block device.  This will be useful for the NVMe multipath
implementation.

Signed-off-by: Christoph Hellwig <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
block/genhd.c
include/linux/genhd.h
This page took 0.056997 seconds and 4 git commands to generate.