summaryrefslogtreecommitdiff
path: root/fs/bcachefs/fs-io.h
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@gmail.com>2019-07-02 14:59:15 -0400
committerKent Overstreet <kent.overstreet@linux.dev>2023-08-28 21:08:15 -0400
commit63eb6fde5eb0769f75d78f72d3392d8ad37b9aaf (patch)
treebc4ecea6e345b854ebf11d8ff8578ad2cdef2c8f /fs/bcachefs/fs-io.h
parent630c07972064cae309667bde02c340c5e3c7e974 (diff)
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 *);