diff options
author | Christoph Hellwig <hch@lst.de> | 2021-09-07 16:13:03 +0200 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2021-09-07 08:39:40 -0600 |
commit | 0dca4462ed0681649fdcd5700a6ddfbaa65fa178 (patch) | |
tree | 51ea63fa87380ccea8e7d4eb8d5c6b2a1474411f /fs/internal.h | |
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 'fs/internal.h')
-rw-r--r-- | fs/internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/internal.h b/fs/internal.h index 68a2ae029a27..3cd065c8a66b 100644 --- a/fs/internal.h +++ b/fs/internal.h @@ -18,7 +18,7 @@ struct user_namespace; struct pipe_inode_info; /* - * block_dev.c + * block/bdev.c */ #ifdef CONFIG_BLOCK extern void __init bdev_cache_init(void); |