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>
Tue, 11 Nov 2014 02:33:00 +0000 (21:33 -0500)
commit0abda9147fe9901df9a29613111ab8fa3474e0ab
treecb0249671298950bd45a948490fb258103a97a5c
parent0ee599648c26fb1ff1b24c8617be46bfaa974c76
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