commit | 059f791c6bbaba72dc3c1bd6e2657aacc8552849 | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.com> | Wed Apr 27 01:03:45 2016 +0200 |
committer | David Sterba <dsterba@suse.com> | Fri Apr 29 11:01:47 2016 +0200 |
tree | fa6c32312908c53934fb9a6b0815cb32fa18fb2e | |
parent | 03bf5387708069194fbe5072fb57f9542e7a8b82 [diff] |
btrfs: make state preallocation more speculative in __set_extent_bit Similar to __clear_extent_bit, do not fail if the state preallocation fails as we might not need it. One less BUG_ON. Signed-off-by: David Sterba <dsterba@suse.com>