cleanup: eliminate wrapper function create_parents
authorErez Zadok <ezk@bigvaio.(none)>
Fri, 18 May 2007 07:41:05 +0000 (03:41 -0400)
committerErez Zadok <ezk@cs.sunysb.edu>
Tue, 31 Jan 2012 04:52:41 +0000 (23:52 -0500)
commitf19c27b2a97b6f4b591d88ef0f7a8b6098045222
treedb3b1b0817039f907e4c5eb757b83edb6bcea430
parent1486178887768258e2b6bda080259efffc9ab889
cleanup: eliminate wrapper function create_parents

Eliminate simple wrapper function create_parents which trivially called
create_parents_named with one more arg derived from the caller.  Instead,
remove the wrapper, rename create_parents_named to create_parents, and make
everyone call create_parents directly.  This clarifies the code a bit more
and saves a bit on stack space.
fs/unionfs/copyup.c
fs/unionfs/inode.c
fs/unionfs/rename.c
fs/unionfs/subr.c
fs/unionfs/union.h