btrfs: tests: switch to GFP_KERNEL
authorDavid Sterba <dsterba@suse.com>
Fri, 22 Jan 2016 09:28:24 +0000 (10:28 +0100)
committerDavid Sterba <dsterba@suse.com>
Fri, 22 Jan 2016 09:28:24 +0000 (10:28 +0100)
commit8cce83ba5062a301a09e0920df813bbbdd3e9dbf
tree6ecc80f16135644a15f11704081c847d76b1ad4f
parent988f1f576d4f7531cb2175ee1b7cb7afd6d95d22
btrfs: tests: switch to GFP_KERNEL

There's no reason to do GFP_NOFS in tests, it's not data-heavy and
memory allocation failures would affect only developers or testers.

Signed-off-by: David Sterba <dsterba@suse.com>
fs/btrfs/tests/btrfs-tests.c
fs/btrfs/tests/extent-io-tests.c
fs/btrfs/tests/inode-tests.c