Btrfs: Create orphan inode records to prevent lost files after a crash
Signed-off-by: Chris Mason <chris.mason@oracle.com>
This commit is contained in:
@@ -2622,7 +2622,7 @@ int btrfs_insert_empty_items(struct btrfs_trans_handle *trans,
|
||||
total_data += data_size[i];
|
||||
}
|
||||
|
||||
total_size = total_data + (nr - 1) * sizeof(struct btrfs_item);
|
||||
total_size = total_data + (nr * sizeof(struct btrfs_item));
|
||||
ret = btrfs_search_slot(trans, root, cpu_key, path, total_size, 1);
|
||||
if (ret == 0) {
|
||||
return -EEXIST;
|
||||
|
Reference in New Issue
Block a user