commit | 8cce83ba5062a301a09e0920df813bbbdd3e9dbf | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.com> | Fri Jan 22 10:28:24 2016 +0100 |
committer | David Sterba <dsterba@suse.com> | Fri Jan 22 10:28:24 2016 +0100 |
tree | 6ecc80f16135644a15f11704081c847d76b1ad4f | |
parent | 988f1f576d4f7531cb2175ee1b7cb7afd6d95d22 [diff] |
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>