commit | 7cd8c7527cb3ad3b397fecfa1bdc8eec9fa33dd8 | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.com> | Tue Apr 26 23:54:39 2016 +0200 |
committer | David Sterba <dsterba@suse.com> | Fri Apr 29 11:01:47 2016 +0200 |
tree | fdef851aea02cdc7fbbdd3dbc6427626a1a50b06 | |
parent | af6f8f604d44e05f98ed45a69830547ed133adf8 [diff] |
btrfs: sink gfp parameter to set_extent_delalloc Callers pass GFP_NOFS and tests pass GFP_KERNEL, but using NOFS there does not hurt. No need to pass the flags around. Signed-off-by: David Sterba <dsterba@suse.com>