Files
android_kernel_xiaomi_sm8450/fs/btrfs
Josef Bacik 0f5d42b287 Btrfs: remove extent mapping if we fail to add chunk
I got a double free error when unmounting a file system that failed to add a
chunk during its operation.  This is because we will kfree the mapping that
we created but leave the extent_map in the em_tree for chunks.  So to fix
this just remove the extent_map when we error out so we don't run into this
problem.  Thanks,

Signed-off-by: Josef Bacik <jbacik@fusionio.com>
2013-02-20 12:59:11 -05:00
..
2012-12-17 14:48:21 -05:00
2012-05-29 23:28:33 -04:00
2013-02-20 12:59:09 -05:00
2012-10-09 09:14:45 -04:00
2012-10-09 09:14:45 -04:00
2013-02-20 09:37:17 -05:00
2013-02-20 09:36:43 -05:00
2012-10-01 15:18:53 -04:00
2012-10-01 15:18:53 -04:00
2012-10-09 09:19:57 -04:00