[btrfs-devel][patch]fix typo in inode.c

Yan Zheng yanzheng at 21cn.com
Mon Sep 17 06:03:55 PDT 2007


diff -r d0921c0349a9 inode.c
--- a/inode.c	Fri Sep 14 10:23:29 2007 -0400
+++ b/inode.c	Mon Sep 17 21:01:06 2007 +0800
@@ -2106,7 +2106,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;



More information about the Btrfs-devel mailing list