Home
last modified time | relevance | path

Searched hist:e00f7308658622fbd483cb0d9fe41165bf9050d0 (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/fs/btrfs/
H A Dctree.cdiff e00f7308658622fbd483cb0d9fe41165bf9050d0 Thu Feb 12 13:11:25 CST 2009 Jeff Mahoney <jeffm@suse.com> 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 <chris.mason@oracle.com>
H A Dctree.hdiff e00f7308658622fbd483cb0d9fe41165bf9050d0 Thu Feb 12 13:11:25 CST 2009 Jeff Mahoney <jeffm@suse.com> 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 <chris.mason@oracle.com>
H A Dinode.cdiff e00f7308658622fbd483cb0d9fe41165bf9050d0 Thu Feb 12 13:11:25 CST 2009 Jeff Mahoney <jeffm@suse.com> 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 <chris.mason@oracle.com>