summaryrefslogtreecommitdiffstats
path: root/fs/coda
diff options
context:
space:
mode:
authorMatthew Wilcox (Oracle) <willy@infradead.org>2022-02-13 17:23:58 -0500
committerMatthew Wilcox (Oracle) <willy@infradead.org>2022-03-21 12:59:02 -0400
commitcbcc268bb1ce5b539e7652d398e08e9b83dc4cef (patch)
tree96f8b38909b6c45ef2301ac435a067ef2cce492c /fs/coda
parentc56109dd35c9204cd6c49d2116ef36e5044ef867 (diff)
downloadlinux-stable-cbcc268bb1ce5b539e7652d398e08e9b83dc4cef.tar.gz
linux-stable-cbcc268bb1ce5b539e7652d398e08e9b83dc4cef.tar.bz2
linux-stable-cbcc268bb1ce5b539e7652d398e08e9b83dc4cef.zip
fs: Move many prototypes to pagemap.h
These functions are page cache functionality and don't need to be declared in fs.h. Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Miaohe Lin <linmiaohe@huawei.com>
Diffstat (limited to 'fs/coda')
-rw-r--r--fs/coda/file.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/coda/file.c b/fs/coda/file.c
index 29dd87be2fb8..3f3c81e6b1ab 100644
--- a/fs/coda/file.c
+++ b/fs/coda/file.c
@@ -14,6 +14,7 @@
#include <linux/time.h>
#include <linux/file.h>
#include <linux/fs.h>
+#include <linux/pagemap.h>
#include <linux/stat.h>
#include <linux/cred.h>
#include <linux/errno.h>