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, 6 Mar 2011 08:42:12 +0000 (03:42 -0500)
commit64de7332515035421508fb5ad1891ae55feddbc0
tree45bb7e27565ffecd10aaf7db8d9e2fa4a8cf7212
parent227bcf5bcb374bdc49f5a782d1aa6a3db681cf6c
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