diff options
-rw-r--r-- | fs/btrfs/inode.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/btrfs/inode.c b/fs/btrfs/inode.c index 211ca32c65c5..192fdda0d56e 100644 --- a/fs/btrfs/inode.c +++ b/fs/btrfs/inode.c | |||
@@ -2127,7 +2127,7 @@ int btrfs_init_cachep(void) | |||
2127 | if (!btrfs_transaction_cachep) | 2127 | if (!btrfs_transaction_cachep) |
2128 | goto fail; | 2128 | goto fail; |
2129 | btrfs_path_cachep = btrfs_cache_create("btrfs_path_cache", | 2129 | btrfs_path_cachep = btrfs_cache_create("btrfs_path_cache", |
2130 | sizeof(struct btrfs_transaction), | 2130 | sizeof(struct btrfs_path), |
2131 | 0, NULL); | 2131 | 0, NULL); |
2132 | if (!btrfs_path_cachep) | 2132 | if (!btrfs_path_cachep) |
2133 | goto fail; | 2133 | goto fail; |