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, 13 Jan 2009 01:43:05 +0000 (20:43 -0500)
commit343a4964dbae6718032dd8917f311b705e94ccb4
tree22932789b6b0c2bbbf7c24d1e4b30e91de3d33ea
parent82c600187d7259a253852c26daefeabe04b43e29
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