Message ID | 689484459053d8d48db99275dc01be8d8cf52686.1646348486.git.osandov@fb.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | btrfs: inode creation cleanups and fixes | expand |
diff --git a/fs/btrfs/inode.c b/fs/btrfs/inode.c index 2e7143ff5523..2fb8aa36a9ac 100644 --- a/fs/btrfs/inode.c +++ b/fs/btrfs/inode.c @@ -4212,8 +4212,9 @@ static struct btrfs_trans_handle *__unlink_start_trans(struct inode *dir) * 1 for the dir index * 1 for the inode ref * 1 for the inode + * 1 for the parent inode */ - return btrfs_start_transaction_fallback_global_rsv(root, 5); + return btrfs_start_transaction_fallback_global_rsv(root, 6); } static int btrfs_unlink(struct inode *dir, struct dentry *dentry)