diff options
author | Christoph Hellwig | 2021-09-07 16:13:03 +0200 |
---|---|---|
committer | Jens Axboe | 2021-09-07 08:39:40 -0600 |
commit | 0dca4462ed0681649fdcd5700a6ddfbaa65fa178 (patch) | |
tree | 51ea63fa87380ccea8e7d4eb8d5c6b2a1474411f /Documentation/filesystems | |
parent | cd82cca7ebfe9c6c74a8e5b28382ba88177ba5f1 (diff) |
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/filesystems')
-rw-r--r-- | Documentation/filesystems/api-summary.rst | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Documentation/filesystems/api-summary.rst b/Documentation/filesystems/api-summary.rst index 7e5c04c98619..98db2ea5fa12 100644 --- a/Documentation/filesystems/api-summary.rst +++ b/Documentation/filesystems/api-summary.rst @@ -71,9 +71,6 @@ Other Functions .. kernel-doc:: fs/fs-writeback.c :export: -.. kernel-doc:: fs/block_dev.c - :export: - .. kernel-doc:: fs/anon_inodes.c :export: |