diff --git a/[refs] b/[refs] index 4d84b29dc6a6..4b27c022b35e 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: a61721d5b771d1735415a6b4c75409ab1fc9c845 +refs/heads/master: 23223584e44cb1b0b69ba3a9ad74956f292a416b diff --git a/trunk/fs/btrfs/inode.c b/trunk/fs/btrfs/inode.c index 211ca32c65c5..192fdda0d56e 100644 --- a/trunk/fs/btrfs/inode.c +++ b/trunk/fs/btrfs/inode.c @@ -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;