]> git.ipfire.org Git - people/ms/linux.git/commitdiff
nilfs2: Remove comment about releasepage
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Sun, 1 May 2022 04:08:58 +0000 (00:08 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 10 May 2022 03:12:33 +0000 (23:12 -0400)
If we need a release_folio, we can add it back.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: Jeff Layton <jlayton@kernel.org>
fs/nilfs2/inode.c

index 26b8065401b09b0c9da73d2bb2dac48a40ac547b..538ca5473b0d04c93faffa35deb5f8021613049c 100644 (file)
@@ -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,