Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ocfs2: remove ocfs2_start_walk_page_trans() prototype

This function no longer exists.

Link: https://lkml.kernel.org/r/20241205171653.3179945-22-willy@infradead.org
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: Joseph Qi <joseph.qi@linux.alibaba.com>
Cc: Changwei Ge <gechangwei@live.cn>
Cc: Joel Becker <jlbec@evilplan.org>
Cc: Jun Piao <piaojun@huawei.com>
Cc: Junxiao Bi <junxiao.bi@oracle.com>
Cc: Mark Fasheh <mark@fasheh.com>
Cc: Mark Tinguely <mark.tinguely@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>

authored by

Matthew Wilcox (Oracle) and committed by
Andrew Morton
9d063ebc d254824e

-5
-5
fs/ocfs2/aops.h
··· 8 8 9 9 #include <linux/fs.h> 10 10 11 - handle_t *ocfs2_start_walk_page_trans(struct inode *inode, 12 - struct page *page, 13 - unsigned from, 14 - unsigned to); 15 - 16 11 int ocfs2_map_folio_blocks(struct folio *folio, u64 *p_blkno, 17 12 struct inode *inode, unsigned int from, 18 13 unsigned int to, int new);