From: Jeff Mahoney Date: Thu, 12 Feb 2009 19:11:25 +0000 (-0500) Subject: Btrfs: remove btrfs_init_path X-Git-Tag: v2.6.29-rc6~79^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e00f7308658622fbd483cb0d9fe41165bf9050d0;p=pandora-kernel.git Btrfs: remove btrfs_init_path btrfs_init_path was initially used when the path objects were on the stack. Now all the work is done by btrfs_alloc_path and btrfs_init_path isn't required. This patch removes it, and just uses kmem_cache_zalloc to zero out the object. Signed-off-by: Chris Mason --- Reading git-diff-tree failed