namei: Convert page_symlink() to use memalloc_nofs_save()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 22 Feb 2022 14:43:12 +0000 (09:43 -0500)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Sun, 8 May 2022 18:28:18 +0000 (14:28 -0400)
commit2d878178baf32dda7eaf6c1de05a42ab19fe4094
tree4614c519d2ed06983c807ae0898f8b9e94875255
parent56f5746c414d92ae8e8314f46760822b4ecf8be3
namei: Convert page_symlink() to use memalloc_nofs_save()

Stop using AOP_FLAG_NOFS in favour of the scoped memory API.

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