]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit71d32ec4bb137f4ef2d981cf660bc2b4aa5ed990
tree6ecc80f16135644a15f11704081c847d76b1ad4f
parent451e956a541f3ad1ce80d9dc7a8e907ffb3eefba
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