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>
Mon, 12 Jan 2009 23:20:26 +0000 (18:20 -0500)
commitc44c13ea5e23772f0d382af4798a18055132e051
tree10cfbab226c2222871035ae37fdd04caca1367fc
parentdd869c381248abf07d27818cc4cbdd5826827015
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