Skip to content

Commit 31c0b4a

Browse files
author
Matthew Wilcox (Oracle)
committed
nilfs2: Remove comment about releasepage
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>
1 parent 3577da4 commit 31c0b4a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

fs/nilfs2/inode.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,6 @@ const struct address_space_operations nilfs_aops = {
304304
.readahead = nilfs_readahead,
305305
.write_begin = nilfs_write_begin,
306306
.write_end = nilfs_write_end,
307-
/* .releasepage = nilfs_releasepage, */
308307
.invalidate_folio = block_invalidate_folio,
309308
.direct_IO = nilfs_direct_IO,
310309
.is_partially_uptodate = block_is_partially_uptodate,

0 commit comments

Comments
 (0)