On Mon, Dec 10, 2018 at 05:53:35PM +0000, fdman...@kernel.org wrote: > From: Filipe Manana <fdman...@suse.com> > > When initializing the security xattrs, we are holding a transaction handle > therefore we need to use a GFP_NOFS context in order to avoid a deadlock > with reclaim in case it's triggered. > > Fixes: 39a27ec1004e8 ("btrfs: use GFP_KERNEL for xattr and acl allocations") > Signed-off-by: Filipe Manana <fdman...@suse.com>
Reviewed-by: David Sterba <dste...@suse.com>