Unionfs: imported fixes from korg branch's take-3 series
authorErez_Zadok <ezk@cs.sunysb.edu>
Wed, 22 Aug 2007 20:49:09 +0000 (16:49 -0400)
committerErez Zadok <ezk@cs.sunysb.edu>
Fri, 29 Apr 2011 02:24:33 +0000 (22:24 -0400)
commit5fed0f6e95c3732e7a8dc1d45ab219e2b9334d49
treeac0b39902d2de25b813443201e7f6b59172328de
parenteb1267e11c70a713b51e00439d9213a482eabfc1
Unionfs: imported fixes from korg branch's take-3 series

- removed EACCES/EROFS text from issues.txt
- updated sioq.[hc] copyright dates to 2006 (not earlier)
- added small XXX comment to xattr copyup code (selinux CAP_FOWNER stuff) to
  say that entire copyup code should be moved to SIOQ.
- copyup_xattr: renamed name_list_orig -> name_list_buf
- multi-line static inline unionfs_xattr_kfree
- rewrote unionfs_interpose a bit cleaner (no backward goto's, better
  variable names, use small util fxn, etc.)
- introduced CONFIG_UNION_FS_DEBUG instead of hand-editing makefile
- unionfs_mntget/put cleanups
- bug fix to is_robranch_idx (thanks to Patrick Aussems).  Fixed bug #571.
- fixed a couple of important bugs in our init/release_lower_nd

Signed-off-by: Erez Zadok <ezk@cs.sunysb.edu>
Documentation/filesystems/unionfs/issues.txt
fs/stack.c
fs/unionfs/Makefile
fs/unionfs/copyup.c
fs/unionfs/lookup.c
fs/unionfs/main.c
fs/unionfs/sioq.c
fs/unionfs/sioq.h
fs/unionfs/union.h
include/linux/fs_stack.h