ext2: Convert ext2_add_link() to use a folio
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Thu, 21 Sep 2023 20:07:42 +0000 (21:07 +0100)
committerJan Kara <jack@suse.cz>
Wed, 25 Oct 2023 18:19:01 +0000 (20:19 +0200)
commit1de0736c3af9dadb688cad23871f9760ff22265f
treeefed4abd67dfd86dc7ae2c3ecec2a69163c7959a
parent51706b6fd42edd30c3761a20a41c30bd184e59f7
ext2: Convert ext2_add_link() to use a folio

Remove five hidden calls to compound_head() and fix a couple of
places that assumed PAGE_SIZE.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Jan Kara <jack@suse.cz>
Message-Id: <20230921200746.3303942-5-willy@infradead.org>
fs/ext2/dir.c