]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf34811e27c5527f537b3afb46a2b0dbeb00fcda0
tree5cf2e14f6a1727d83f461f1484abdac1fe7ed073
parent9169feb8fa03bebb1333581f0807b67e97ff8c40
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