]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit692dde84cdd3103648fefcca4adc5b58fa76a9d2
tree38064798bde148760a7a3b555c0eb097bfd29fb2
parent9cd13d0e57667ebb9d9833029a47ae6617001a28
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