commit | 45f49bce99d008d6864a20324548f35936ba46fb | [log] [tgz] |
---|---|---|
author | Chris Mason <chris.mason@oracle.com> | Sun Nov 21 22:27:44 2010 -0500 |
committer | Chris Mason <chris.mason@oracle.com> | Sun Nov 21 22:27:44 2010 -0500 |
tree | 9bae14a5fa0b68573758dcc1aaaa176f4a62c6b8 | |
parent | a1b075d28da563c5e2325577f282c042494254ba [diff] |
Btrfs: avoid NULL pointer deref in try_release_extent_buffer If we fail to find a pointer in the radix tree, don't try to deref the NULL one we do have. Signed-off-by: Chris Mason <chris.mason@oracle.com>