summaryrefslogtreecommitdiff
path: root/fs/bcachefs/fs-io.h
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2019-07-02 21:59:15 +0300
committerKent Overstreet <kent.overstreet@linux.dev>2023-10-23 00:08:23 +0300
commite1036a2a718f2cbd082568c881f677cf5fd9f442 (patch)
tree33d79e4781f1c3d48744f08325f562b135311ef0 /fs/bcachefs/fs-io.h
parenta6f4d5bb249cf6ac44d1a83c72584402b7e5f6ed (diff)
downloadlinux-e1036a2a718f2cbd082568c881f677cf5fd9f442.tar.xz
bcachefs: Always touch page state with page locked
This will mean we don't have to use cmpxchg for modifying page state, which will simplify a fair amount of code Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'fs/bcachefs/fs-io.h')
-rw-r--r--fs/bcachefs/fs-io.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/bcachefs/fs-io.h b/fs/bcachefs/fs-io.h
index 2e4bfee877d9..e263b515e901 100644
--- a/fs/bcachefs/fs-io.h
+++ b/fs/bcachefs/fs-io.h
@@ -9,8 +9,6 @@
#include <linux/uio.h>
-bool bch2_dirty_folio(struct address_space *, struct folio *);
-
int bch2_writepage(struct page *, struct writeback_control *);
int bch2_read_folio(struct file *, struct folio *);