diff options
| author | Matthew Wilcox (Oracle) <willy@infradead.org> | 2026-08-13 16:53:14 -0400 |
|---|---|---|
| committer | Matthew Wilcox (Oracle) <willy@infradead.org> | 2026-08-25 15:12:27 -0400 |
| commit | aedeab60c2cc3f7c3997dcd4d98f3ee95bc7b345 (patch) | |
| tree | aaa664bcdb8a62f169e29692b41530be0997ca39 /include | |
| parent | 487f6c57f2afc0f50cf20a985ef240504c6c16c9 (diff) | |
| download | linux-next-aedeab60c2cc3f7c3997dcd4d98f3ee95bc7b345.tar.gz linux-next-aedeab60c2cc3f7c3997dcd4d98f3ee95bc7b345.zip | |
net: Remove includes of pagemap.h
Two ceph files call __page_cache_alloc(), so need to include pagemap.h.
I'm not sure that they should be allocating memory using this interface,
but that's a question for later. net/ is largely free of indirect
dependencies on pagemap.h at this point.
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/ceph/libceph.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/ceph/libceph.h b/include/linux/ceph/libceph.h index 63e0e2aa1ce9..4de957db6500 100644 --- a/include/linux/ceph/libceph.h +++ b/include/linux/ceph/libceph.h @@ -11,7 +11,6 @@ #include <linux/bug.h> #include <linux/fs.h> #include <linux/mempool.h> -#include <linux/pagemap.h> #include <linux/wait.h> #include <linux/writeback.h> #include <linux/slab.h> |
