btrfs: send: remove BUG_ON from name_cache_delete
authorDavid Sterba <dsterba@suse.cz>
Mon, 3 Feb 2014 18:24:40 +0000 (19:24 +0100)
committerJosef Bacik <jbacik@fb.com>
Mon, 10 Mar 2014 19:15:48 +0000 (15:15 -0400)
commit57fb8910c24004ec924103c9a8c8542119f7629a
tree1e9878f43b4abee9d468633055c568f2bf3d72d1
parent4d1a63b21b4f77a82efe7d78fc1ae1cc7532691c
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>
fs/btrfs/send.c
This page took 0.039167 seconds and 5 git commands to generate.