From: Matthew Wilcox (Oracle) Date: Sun, 1 May 2022 04:08:58 +0000 (-0400) Subject: nilfs2: Remove comment about releasepage X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=31c0b4afb9241bd603ee17728decd83be4075e27;p=linux.git nilfs2: Remove comment about releasepage If we need a release_folio, we can add it back. Signed-off-by: Matthew Wilcox (Oracle) Reviewed-by: Jeff Layton --- diff --git a/fs/nilfs2/inode.c b/fs/nilfs2/inode.c index 26b8065401b09..538ca5473b0d0 100644 --- a/fs/nilfs2/inode.c +++ b/fs/nilfs2/inode.c @@ -304,7 +304,6 @@ const struct address_space_operations nilfs_aops = { .readahead = nilfs_readahead, .write_begin = nilfs_write_begin, .write_end = nilfs_write_end, - /* .releasepage = nilfs_releasepage, */ .invalidate_folio = block_invalidate_folio, .direct_IO = nilfs_direct_IO, .is_partially_uptodate = block_is_partially_uptodate,