ext4: Use page_symlink() instead of __page_symlink()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 22 Feb 2022 14:27:42 +0000 (09:27 -0500)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Sun, 8 May 2022 18:28:18 +0000 (14:28 -0400)
commita125d2aec37c660afdd81d09dea616ef5d06eef4
tree5cf2e14f6a1727d83f461f1484abdac1fe7ed073
parent5fb9bfe01c88788ca3a99c44e44d52abb138595d
ext4: Use page_symlink() instead of __page_symlink()

By using the memalloc_nofs_save() functionality, we can call
page_symlink(), safe in the knowledge that it won't recurse into the
filesystem.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
fs/ext4/namei.c