From 0766bee8fdf3973953fd3184f63dfe2a0760c08d Mon Sep 17 00:00:00 2001 From: Kent Overstreet Date: Mon, 9 May 2022 12:40:49 -0400 Subject: Update bcachefs sources to c4ca278a54 bcachefs: Delete bch_writepage --- libbcachefs/fs.c | 1 - 1 file changed, 1 deletion(-) (limited to 'libbcachefs/fs.c') diff --git a/libbcachefs/fs.c b/libbcachefs/fs.c index d462c068..c5801a3f 100644 --- a/libbcachefs/fs.c +++ b/libbcachefs/fs.c @@ -1112,7 +1112,6 @@ static const struct inode_operations bch_special_inode_operations = { }; static const struct address_space_operations bch_address_space_operations = { - .writepage = bch2_writepage, .readpage = bch2_readpage, .writepages = bch2_writepages, .readahead = bch2_readahead, -- cgit v1.2.3