Home
last modified time | relevance | path

Searched hist:c06016a02a6e316d861f7dddd4b70419a47ded2f (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/btrfs/
H A Ddelayed-inode.cdiff c06016a02a6e316d861f7dddd4b70419a47ded2f Fri Feb 17 22:36:48 CST 2023 void0red <void0red@gmail.com> btrfs: handle btrfs_del_item errors in __btrfs_update_delayed_inode

Even if the slot is already read out, we may still need to re-balance
the tree, thus it can cause error in that btrfs_del_item() call and we
need to handle it properly.

Reviewed-by: Qu Wenruo <wqu@suse.com>
Signed-off-by: void0red <void0red@gmail.com>
Signed-off-by: David Sterba <dsterba@suse.com>