diff options
author | Kent Overstreet <kent.overstreet@gmail.com> | 2019-07-02 14:59:15 -0400 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2023-10-22 17:08:23 -0400 |
commit | e1036a2a718f2cbd082568c881f677cf5fd9f442 (patch) | |
tree | 33d79e4781f1c3d48744f08325f562b135311ef0 /fs/bcachefs/fs-io.h | |
parent | a6f4d5bb249cf6ac44d1a83c72584402b7e5f6ed (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.h | 2 |
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 *); |