mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-23 23:32:14 +00:00
btrfs: Make btrfs_del_inode_ref take btrfs_inode
Signed-off-by: Nikolay Borisov <n.borisov.lkml@gmail.com> Signed-off-by: David Sterba <dsterba@suse.com>
This commit is contained in:
parent
49f34d1f96
commit
a491abb2e7
3 changed files with 7 additions and 7 deletions
|
@ -4053,7 +4053,7 @@ skip_backref:
|
|||
}
|
||||
|
||||
ret = btrfs_del_inode_ref_in_log(trans, root, name, name_len,
|
||||
inode, dir_ino);
|
||||
BTRFS_I(inode), dir_ino);
|
||||
if (ret != 0 && ret != -ENOENT) {
|
||||
btrfs_abort_transaction(trans, ret);
|
||||
goto err;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue