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>
Sun, 24 Nov 2013 05:48:37 +0000 (00:48 -0500)
commita3e67c18dd194e2fb93e22e6cb7cf5ead4026c47
treea557aaa7ee4d454508041c3e024b3ca9abe1499f
parent91053e0c6ca1222be4ad80c54cc20b8c5a7a990c
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