Btrfs: deal with errors from updating the tree log
authorChris Mason <chris.mason@oracle.com>
Sat, 30 Oct 2010 11:34:24 +0000 (07:34 -0400)
committerChris Mason <chris.mason@oracle.com>
Sat, 30 Oct 2010 11:34:24 +0000 (07:34 -0400)
commit6418c96107a2b399848bb8cfc6e29f11ca74fb94
tree38064798bde148760a7a3b555c0eb097bfd29fb2
parent4260f7c7516f4c209cf0ca34fda99cc9a0847772
Btrfs: deal with errors from updating the tree log

During unlink we remove any references to the inode from
the tree log.  It can return -ENOENT and other errors,
and this changes the unlink code to deal with it.

Signed-off-by: Chris Mason <chris.mason@oracle.com>
fs/btrfs/inode.c