]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
btrfs: send: remove BUG from process_all_refs
authorDavid Sterba <dsterba@suse.cz>
Mon, 3 Feb 2014 18:24:19 +0000 (19:24 +0100)
committerJosef Bacik <jbacik@fb.com>
Mon, 10 Mar 2014 19:15:47 +0000 (15:15 -0400)
commit4d1a63b21b4f77a82efe7d78fc1ae1cc7532691c
tree63e19bf566d32cbbb2f11d0adfe4577f946117bb
parent1f5a7ff999523e9996befbe03e196eb73370fe36
btrfs: send: remove BUG from process_all_refs

There are only 2 static callers, the BUG would normally be never
reached, but let's be nice.

Signed-off-by: David Sterba <dsterba@suse.cz>
Signed-off-by: Josef Bacik <jbacik@fb.com>
fs/btrfs/send.c