Merge unionfs_write with __unionfs_write.
authorErez Zadok <ezk@bigvaio.(none)>
Sun, 25 Mar 2007 05:24:54 +0000 (01:24 -0400)
committerErez Zadok <ezk@cs.sunysb.edu>
Mon, 12 Jan 2009 23:20:23 +0000 (18:20 -0500)
commit6df0f02cac54131d5d586ec40a361631360eb317
tree2235a3671d4f218fedeceb02f1c6becbd022aacf
parent053a0d451553919b9126c5bd8adf1cc399148f22
Merge unionfs_write with __unionfs_write.

Merge the two functions because unionfs_write was a small function and the
only one which called the __unionfs_write.  This saves on stack space and
clarifies code a bit.
fs/unionfs/file.c