Unionfs: imported fixes from korg branch's take-3 series
authorErez_Zadok <ezk@cs.sunysb.edu>
Wed, 22 Aug 2007 22:02:04 +0000 (18:02 -0400)
committerErez_Zadok <ezk@cs.sunysb.edu>
Wed, 22 Aug 2007 22:02:04 +0000 (18:02 -0400)
commit2de2fdf10f1fc738e89d31d977cbab9ed1a54d5a
tree86bfaccb381e735ee0de82f52df790b44682b532
parenta394dd36aed5352e27619beedf45b9d6e4b784f3
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