fs/unionfs/commonfops.c | 220 ++++++++++++++++++------------------
fs/unionfs/config.c | 6 -
fs/unionfs/copyup.c | 214 ++++++++++++++++++-----------------
fs/unionfs/debug.c | 14 +-
fs/unionfs/dentry.c | 28 ++---
fs/unionfs/dirhelper.c | 98 ++++++++--------
fs/unionfs/inode.c | 284 ++++++++++++++++++++++++-----------------------
fs/unionfs/lookup.c | 82 +++++++-------
fs/unionfs/main.c | 180 +++++++++++++++---------------
fs/unionfs/odf.c | 2
fs/unionfs/rdstate.c | 8 +
fs/unionfs/rename.c | 94 ++++++++--------
fs/unionfs/subr.c | 40 +++----
fs/unionfs/super.c | 38 +++---
fs/unionfs/union.h | 22 ++--
fs/unionfs/unlink.c | 48 ++++----
fs/unionfs/xattr.c | 24 ++--
17 files changed, 701 insertions(+), 701 deletions(-)
New commits:
commit afcbe91b90e59e420f3dab809d8e297f835e04db
Author: Erez_Zadok <[EMAIL PROTECTED]>
Date: Sun Jun 10 19:04:28 2007 -0400
cleanup: convert all instances of "hidden" to "lower".
The unionfs code contained many references to symbols whose name had the
string "hidden" in it, referring to, for example, a "hidden inode" below the
unionfs inode. The term "hidden" was there for historical reasons and was a
misnomer, implying that the objects at unionfs's lower branches were somehow
hidden or unavailable. This was not just incorrect, but confusing. The
lower objects are just that: lower. They are not hidden from users. In
fact, users can 'cd' to lower branches and manipulate files directly there.
This long patch renames all such mis-named symbols, and re-indents the code
as needed to comply with coding standards.
Signed-off-by: Erez Zadok <[EMAIL PROTECTED]>
_______________________________________________
unionfs-cvs mailing list: http://unionfs.filesystems.org/
[email protected]
http://www.fsl.cs.sunysb.edu/mailman/listinfo/unionfs-cvs