Re: [PATCH 35/35] Unionfs: Extended Attributes support

2006-12-08 Thread Jan Engelhardt
On Dec 8 2006 00:35, Josef Sipek wrote: >> >> >--- a/fs/unionfs/copyup.c >> >+++ b/fs/unionfs/copyup.c >> >@@ -18,6 +18,75 @@ >> > >> > #include "union.h" >> > >> >+#ifdef CONFIG_UNION_FS_XATTR >> >> ^^ this, do you?. > >Beware, copyup.c gets compiled all the time even when you don't have xa

Re: [PATCH 35/35] Unionfs: Extended Attributes support

2006-12-07 Thread Josef Sipek
On Thu, Dec 07, 2006 at 12:04:43PM +0100, Jan Engelhardt wrote: > > On Dec 4 2006 07:31, Josef 'Jeff' Sipek wrote: > > If the makefile contains > > >--- a/fs/unionfs/Makefile > >+++ b/fs/unionfs/Makefile > >@@ -3,3 +3,5 @@ obj-$(CONFIG_UNION_FS) += unionfs.o > > unionfs-y := subr.o dentry.o file

Re: [PATCH 35/35] Unionfs: Extended Attributes support

2006-12-07 Thread Jan Engelhardt
On Dec 4 2006 07:31, Josef 'Jeff' Sipek wrote: If the makefile contains >--- a/fs/unionfs/Makefile >+++ b/fs/unionfs/Makefile >@@ -3,3 +3,5 @@ obj-$(CONFIG_UNION_FS) += unionfs.o > unionfs-y := subr.o dentry.o file.o inode.o main.o super.o \ > stale_inode.o branchman.o rdstate.o copyup.o d

[PATCH 35/35] Unionfs: Extended Attributes support

2006-12-04 Thread Josef 'Jeff' Sipek
From: Josef "Jeff" Sipek <[EMAIL PROTECTED]> Extended attribute support. Signed-off-by: Josef "Jeff" Sipek <[EMAIL PROTECTED]> Signed-off-by: David Quigley <[EMAIL PROTECTED]> Signed-off-by: Erez Zadok <[EMAIL PROTECTED]> --- fs/Kconfig |9 fs/unionfs/Makefile |2 + fs/unio