cleanup: eliminate wrapper function copyup_dentry
authorErez Zadok <ezk@bigvaio.(none)>
Fri, 18 May 2007 07:27:02 +0000 (03:27 -0400)
committerErez Zadok <ezk@cs.sunysb.edu>
Mon, 12 Jan 2009 23:20:26 +0000 (18:20 -0500)
commitdd869c381248abf07d27818cc4cbdd5826827015
treed1c0a1283a25098deac4711e4dc54bedc1894e60
parent4b55b053e374ee7ecbe4b0089757eb75084283f8
cleanup: eliminate wrapper function copyup_dentry

Eliminate simple wrapper function copyup_dentry which trivially called
copyup_named_dentry with 2 more args derived from the caller.  Instead,
remove the wrapper, rename copyup_named_dentry to copyup_dentry, and make
everyone call copyup_dentry 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/union.h