diff options
Diffstat (limited to 'fs/btrfs/uuid-tree.c')
-rw-r--r-- | fs/btrfs/uuid-tree.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/uuid-tree.c b/fs/btrfs/uuid-tree.c index 44838ad3a7f9..91caab63bdf5 100644 --- a/fs/btrfs/uuid-tree.c +++ b/fs/btrfs/uuid-tree.c | |||
@@ -121,7 +121,7 @@ int btrfs_uuid_tree_add(struct btrfs_trans_handle *trans, u8 *uuid, u8 type, | |||
121 | * An item with that type already exists. | 121 | * An item with that type already exists. |
122 | * Extend the item and store the new subid at the end. | 122 | * Extend the item and store the new subid at the end. |
123 | */ | 123 | */ |
124 | btrfs_extend_item(fs_info, path, sizeof(subid_le)); | 124 | btrfs_extend_item(path, sizeof(subid_le)); |
125 | eb = path->nodes[0]; | 125 | eb = path->nodes[0]; |
126 | slot = path->slots[0]; | 126 | slot = path->slots[0]; |
127 | offset = btrfs_item_ptr_offset(eb, slot); | 127 | offset = btrfs_item_ptr_offset(eb, slot); |