commit | 210aa27768bec4297a9d6ad0e5cab45935c775e9 | [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 13:48:14 2016 +0200 |
tree | 3b1e723a0f4dda6cfe820f20f8d193dc3b4c5100 | |
parent | 059f791c6bbaba72dc3c1bd6e2657aacc8552849 [diff] |
btrfs: sink gfp parameter to convert_extent_bit Single caller passes GFP_NOFS. We can get rid of the gfpflags_allow_blocking checks as NOFS can block but does not recurse to filesystem through reclaim. Signed-off-by: David Sterba <dsterba@suse.com>