diff options
author | Matthew Wilcox (Oracle) <willy@infradead.org> | 2022-12-15 22:43:56 +0100 |
---|---|---|
committer | Andrew Morton <akpm@linux-foundation.org> | 2023-01-19 02:12:40 +0100 |
commit | c10d91194d5d630a0befc7bc116aba3cfda8a226 (patch) | |
tree | e5ef89f4e244985f77fd98cb960c83e0b24d154b /mm/page_io.c | |
parent | buffer: use b_folio in end_buffer_async_write() (diff) | |
download | linux-c10d91194d5d630a0befc7bc116aba3cfda8a226.tar.xz linux-c10d91194d5d630a0befc7bc116aba3cfda8a226.zip |
page_io: remove buffer_head include
page_io never uses buffer_heads to do I/O.
Link: https://lkml.kernel.org/r/20221215214402.3522366-7-willy@infradead.org
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: Jan Kara <jack@suse.cz>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'mm/page_io.c')
-rw-r--r-- | mm/page_io.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mm/page_io.c b/mm/page_io.c index 3a5f921b932e..905d9fcc0c96 100644 --- a/mm/page_io.c +++ b/mm/page_io.c @@ -18,7 +18,6 @@ #include <linux/swap.h> #include <linux/bio.h> #include <linux/swapops.h> -#include <linux/buffer_head.h> #include <linux/writeback.h> #include <linux/frontswap.h> #include <linux/blkdev.h> |