diff options
author | Christoph Hellwig <hch@lst.de> | 2021-09-07 16:13:03 +0200 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2021-09-07 16:39:40 +0200 |
commit | 0dca4462ed0681649fdcd5700a6ddfbaa65fa178 (patch) | |
tree | 51ea63fa87380ccea8e7d4eb8d5c6b2a1474411f /Documentation/core-api | |
parent | block: split out operations on block special files (diff) | |
download | linux-0dca4462ed0681649fdcd5700a6ddfbaa65fa178.tar.xz linux-0dca4462ed0681649fdcd5700a6ddfbaa65fa178.zip |
block: move fs/block_dev.c to block/bdev.c
Move it together with the rest of the block layer.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Link: https://lore.kernel.org/r/20210907141303.1371844-3-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'Documentation/core-api')
-rw-r--r-- | Documentation/core-api/kernel-api.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/core-api/kernel-api.rst b/Documentation/core-api/kernel-api.rst index 2a7444e3a4c2..2e7186805148 100644 --- a/Documentation/core-api/kernel-api.rst +++ b/Documentation/core-api/kernel-api.rst @@ -315,6 +315,9 @@ Block Devices .. kernel-doc:: block/genhd.c :export: +.. kernel-doc:: block/bdev.c + :export: + Char devices ============ |