commit | 15e3004a0eb2c4879bc666d0e6a3acd973fb226c | [log] [tgz] |
---|---|---|
author | Josef Bacik <[email protected]> | Fri Oct 05 13:39:50 2012 -0400 |
committer | Chris Mason <[email protected]> | Tue Oct 09 09:20:25 2012 -0400 |
tree | 8a811ff44a0763227ddfb27eec702593c765c356 | |
parent | 5af3e8cce8b7ba0a2819e18c9146c8c0b452d479 [diff] |
Btrfs: cleanup pages properly when ENOMEM in compression We were freeing non-existent pages which was causing a panic for a user who was suffering from ENOMEM. This patch fixes the problem. Thanks, Reported-by: Jérôme Poulin <[email protected]> Signed-off-by: Josef Bacik <[email protected]>