aboutsummaryrefslogtreecommitdiff
path: root/fs/nilfs2/page.h
diff options
context:
space:
mode:
authorGravatar Matthew Wilcox (Oracle) <willy@infradead.org> 2023-11-14 17:44:25 +0900
committerGravatar Andrew Morton <akpm@linux-foundation.org> 2023-12-10 17:21:28 -0800
commit6609e235769cdb800e794d281dbe80dabe7e7834 (patch)
treec85eac0ed49e076350e80aaf9664c0db3d3ec349 /fs/nilfs2/page.h
parentnilfs2: convert to nilfs_clear_folio_dirty() (diff)
downloadlinux-6609e235769cdb800e794d281dbe80dabe7e7834.tar.gz
linux-6609e235769cdb800e794d281dbe80dabe7e7834.tar.bz2
linux-6609e235769cdb800e794d281dbe80dabe7e7834.zip
nilfs2: convert to __nilfs_clear_folio_dirty()
All callers now have a folio, so convert to pass a folio. No caller uses the return value, so make it return void. Removes a couple of hidden calls to compound_head(). Link: https://lkml.kernel.org/r/20231114084436.2755-10-konishi.ryusuke@gmail.com Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> Signed-off-by: Ryusuke Konishi <konishi.ryusuke@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'fs/nilfs2/page.h')
-rw-r--r--fs/nilfs2/page.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nilfs2/page.h b/fs/nilfs2/page.h
index c419bb1f5b7d..968b311d265b 100644
--- a/fs/nilfs2/page.h
+++ b/fs/nilfs2/page.h
@@ -30,7 +30,7 @@ BUFFER_FNS(NILFS_Checked, nilfs_checked) /* buffer is verified */
BUFFER_FNS(NILFS_Redirected, nilfs_redirected) /* redirected to a copy */
-int __nilfs_clear_page_dirty(struct page *);
+void __nilfs_clear_folio_dirty(struct folio *);
struct buffer_head *nilfs_grab_buffer(struct inode *, struct address_space *,
unsigned long, unsigned long);