commit | 6418c96107a2b399848bb8cfc6e29f11ca74fb94 | [log] [tgz] |
---|---|---|
author | Chris Mason <chris.mason@oracle.com> | Sat Oct 30 07:34:24 2010 -0400 |
committer | Chris Mason <chris.mason@oracle.com> | Sat Oct 30 07:34:24 2010 -0400 |
tree | 38064798bde148760a7a3b555c0eb097bfd29fb2 | |
parent | 4260f7c7516f4c209cf0ca34fda99cc9a0847772 [diff] |
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>