diff options
author | Kent Overstreet <kent.overstreet@linux.dev> | 2025-09-17 01:12:48 -0400 |
---|---|---|
committer | Kent Overstreet <kent.overstreet@linux.dev> | 2025-09-17 12:38:33 -0400 |
commit | 6375fda6ecde24a2b0376db969c9a441b125639f (patch) | |
tree | f96e27b5e4d3d71f43d4326d41d9b7a42b628aa0 /libbcachefs/fs-io-buffered.h | |
parent | 20667b55f8ec8f62bc02edbe5a7ea90f26c85ba6 (diff) |
Update bcachefs sources to c819a7757912 bcachefs: kill write_(begin|end)
Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'libbcachefs/fs-io-buffered.h')
-rw-r--r-- | libbcachefs/fs-io-buffered.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libbcachefs/fs-io-buffered.h b/libbcachefs/fs-io-buffered.h index 14de91c2..df59398b 100644 --- a/libbcachefs/fs-io-buffered.h +++ b/libbcachefs/fs-io-buffered.h @@ -10,11 +10,6 @@ int bch2_read_folio(struct file *, struct folio *); int bch2_writepages(struct address_space *, struct writeback_control *); void bch2_readahead(struct readahead_control *); -int bch2_write_begin(const struct kiocb *, struct address_space *, loff_t pos, - unsigned len, struct folio **, void **); -int bch2_write_end(const struct kiocb *, struct address_space *, loff_t, - unsigned len, unsigned copied, struct folio *, void *); - ssize_t bch2_write_iter(struct kiocb *, struct iov_iter *); void bch2_fs_fs_io_buffered_exit(struct bch_fs *); |