create btrfs_path slab with the correct size

Signed-off-by: Chris Mason <chris.mason@oracle.com>
This commit is contained in:
Yan 2007-09-17 11:08:52 -04:00 коммит произвёл Chris Mason
Родитель a61721d5b7
Коммит 23223584e4
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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;