Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 23223584 authored by Yan's avatar Yan Committed by Chris Mason
Browse files

create btrfs_path slab with the correct size

parent a61721d5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2127,7 +2127,7 @@ int btrfs_init_cachep(void)
	if (!btrfs_transaction_cachep)
		goto fail;
	btrfs_path_cachep = btrfs_cache_create("btrfs_path_cache",
					 sizeof(struct btrfs_transaction),
					 sizeof(struct btrfs_path),
					 0, NULL);
	if (!btrfs_path_cachep)
		goto fail;