]> www.infradead.org Git - users/willy/linux.git/commit
xfs: Convert to memalloc_nofs_save
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Fri, 27 Mar 2020 17:01:57 +0000 (13:01 -0400)
committerMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 24 Jun 2020 16:57:31 +0000 (12:57 -0400)
commit7830a7dc66f349e16ef34bd408b9962f4c4bcdba
tree314ac2c66e22be511330cccf0d9fa8b5ef744504
parent5b7d74198146ec7045665d647a45bd0e3c549c5d
xfs: Convert to memalloc_nofs_save

Instead of using custom macros to set/restore PF_MEMALLOC_NOFS, use
memalloc_nofs_save() like the rest of the kernel.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
fs/xfs/kmem.c
fs/xfs/xfs_aops.c
fs/xfs/xfs_buf.c
fs/xfs/xfs_linux.h
fs/xfs/xfs_trans.c
fs/xfs/xfs_trans.h