Skip to content
Commit e00f7308 authored by Jeff Mahoney's avatar Jeff Mahoney Committed by Chris Mason
Browse files

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: default avatarChris Mason <chris.mason@oracle.com>
parent 7951f3ce
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment