diff mbox series

[21/23] ocfs2: Remove ocfs2_start_walk_page_trans() prototype

Message ID 20241205171653.3179945-22-willy@infradead.org (mailing list archive)
State New
Headers show
Series Convert ocfs2 to use folios | expand

Commit Message

Matthew Wilcox Dec. 5, 2024, 5:16 p.m. UTC
This function no longer exists.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
---
 fs/ocfs2/aops.h | 5 -----
 1 file changed, 5 deletions(-)
diff mbox series

Patch

diff --git a/fs/ocfs2/aops.h b/fs/ocfs2/aops.h
index 6f25066e5756..114efc9111e4 100644
--- a/fs/ocfs2/aops.h
+++ b/fs/ocfs2/aops.h
@@ -8,11 +8,6 @@ 
 
 #include <linux/fs.h>
 
-handle_t *ocfs2_start_walk_page_trans(struct inode *inode,
-							 struct page *page,
-							 unsigned from,
-							 unsigned to);
-
 int ocfs2_map_folio_blocks(struct folio *folio, u64 *p_blkno,
 			  struct inode *inode, unsigned int from,
 			  unsigned int to, int new);