commit | 57fb8910c24004ec924103c9a8c8542119f7629a | [log] [tgz] |
---|---|---|
author | David Sterba <dsterba@suse.cz> | Mon Feb 03 19:24:40 2014 +0100 |
committer | Josef Bacik <jbacik@fb.com> | Mon Mar 10 15:15:48 2014 -0400 |
tree | 1e9878f43b4abee9d468633055c568f2bf3d72d1 | |
parent | 4d1a63b21b4f77a82efe7d78fc1ae1cc7532691c [diff] |
btrfs: send: remove BUG_ON from name_cache_delete If cleaning the name cache fails, we could try to proceed at the cost of some memory leak. This is not expected to happen often. Signed-off-by: David Sterba <dsterba@suse.cz> Signed-off-by: Josef Bacik <jbacik@fb.com>