commit | 23223584e44cb1b0b69ba3a9ad74956f292a416b | [log] [tgz] |
---|---|---|
author | Yan <yanzheng@21cn.com> | Mon Sep 17 11:08:52 2007 -0400 |
committer | Chris Mason <chris.mason@oracle.com> | Thu Sep 25 11:03:56 2008 -0400 |
tree | 2e12b35b18ed456ec83f4886cb351b05d55c1d37 | |
parent | a61721d5b771d1735415a6b4c75409ab1fc9c845 [diff] |
create btrfs_path slab with the correct size Signed-off-by: Chris Mason <chris.mason@oracle.com>
diff --git a/fs/btrfs/inode.c b/fs/btrfs/inode.c index 211ca32..192fdda 100644 --- a/fs/btrfs/inode.c +++ b/fs/btrfs/inode.c
@@ -2127,7 +2127,7 @@ 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;