]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
btrfs: Don't BUG_ON alloc_path errors in replay_one_buffer()
authorMark Fasheh <mfasheh@suse.com>
Tue, 12 Jul 2011 17:46:06 +0000 (10:46 -0700)
committerMark Fasheh <mfasheh@suse.com>
Thu, 14 Jul 2011 21:14:44 +0000 (14:14 -0700)
commit1e5063d093b5f024ae35bf835ca07463de2c1a1f
treec3d5f934e5db6e7169231ce4a7456a31a5eadb28
parentd8926bb3badd36670fecf2de4a062c78bc37430b
btrfs: Don't BUG_ON alloc_path errors in replay_one_buffer()

The two ->process_func call sites in tree-log.c which were ignoring a return
code have also been updated to gracefully exit as well.

Signed-off-by: Mark Fasheh <mfasheh@suse.com>
fs/btrfs/tree-log.c