Unionfs: imported fixes from korg branch's take-3 series
authorErez_Zadok <ezk@cs.sunysb.edu>
Wed, 22 Aug 2007 20:49:49 +0000 (16:49 -0400)
committerErez Zadok <ezk@cs.sunysb.edu>
Sun, 23 Mar 2008 03:48:28 +0000 (23:48 -0400)
commit3f52dd67fffb80c877f750d2f32d6c62174d812b
tree7899103bd05c31359fa5a174e0c419c949990524
parent060798bcdafc3b065d390cd0947326548bc70dde
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.

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