[PATCH 1/2] fsstack: Make fsstack_copy_attr_all copy inode size

2006-12-05 Thread Josef Sipek
fsstack_copy_attr_all should copy the inode size in addition to all the other attributes. Signed-off-by: Josef Jeff Sipek [EMAIL PROTECTED] --- fs/stack.c |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/fs/stack.c b/fs/stack.c index 8ffb880..5ddbc34 100644 ---

Re: [PATCH 2/2] fsstack: Fix up ecryptfs's fsstack usage

2006-12-05 Thread Josef Sipek
On Tue, Dec 05, 2006 at 02:28:31PM -0800, Andrew Morton wrote: On Tue, 5 Dec 2006 14:22:32 -0500 Josef Sipek [EMAIL PROTECTED] wrote: Fix up a stray ecryptfs_copy_attr_all call and remove prototypes for ecryptfs_copy_* as they no longer exist. Signed-off-by: Josef Jeff Sipek [EMAIL

Re: 2.6.19: nfs-related kernel NULL pointer dereference

2006-12-04 Thread Josef Sipek
On Fri, Dec 01, 2006 at 10:23:51AM -0500, Trond Myklebust wrote: > On Fri, 2006-12-01 at 14:38 +, Sven Geggus wrote: > > Hello, > > > > while trying to boot Kernel 2.6.19 (vanilla+unionfs) I get the following > > NULL pointer dereferences: > > Are you able to reproduce this without unionfs?

Re: [S390] cio: Make ccw_dev_id_is_equal() more robust.

2006-12-04 Thread Josef Sipek
On Mon, Dec 04, 2006 at 03:56:24PM +0100, Martin Schwidefsky wrote: ... > diff -urpN linux-2.6/include/asm-s390/cio.h > linux-2.6-patched/include/asm-s390/cio.h > --- linux-2.6/include/asm-s390/cio.h 2006-12-04 14:50:48.0 +0100 > +++ linux-2.6-patched/include/asm-s390/cio.h 2006-12-04

Re: Unionfs: Stackable namespace unification filesystem

2006-12-04 Thread Josef Sipek
On Mon, Dec 04, 2006 at 01:57:40PM +0100, bert hubert wrote: > On Mon, Dec 04, 2006 at 07:30:33AM -0500, Josef 'Jeff' Sipek wrote: > > The following patches are in a git repo at: > > > > git://git.kernel.org/pub/scm/linux/kernel/git/jsipek/unionfs.git > > Jeff, > > Do you have a pointer to a

Re: Unionfs: Stackable namespace unification filesystem

2006-12-04 Thread Josef Sipek
On Mon, Dec 04, 2006 at 01:57:40PM +0100, bert hubert wrote: On Mon, Dec 04, 2006 at 07:30:33AM -0500, Josef 'Jeff' Sipek wrote: The following patches are in a git repo at: git://git.kernel.org/pub/scm/linux/kernel/git/jsipek/unionfs.git Jeff, Do you have a pointer to a quick blurb

Re: [S390] cio: Make ccw_dev_id_is_equal() more robust.

2006-12-04 Thread Josef Sipek
On Mon, Dec 04, 2006 at 03:56:24PM +0100, Martin Schwidefsky wrote: ... diff -urpN linux-2.6/include/asm-s390/cio.h linux-2.6-patched/include/asm-s390/cio.h --- linux-2.6/include/asm-s390/cio.h 2006-12-04 14:50:48.0 +0100 +++ linux-2.6-patched/include/asm-s390/cio.h 2006-12-04

Re: 2.6.19: nfs-related kernel NULL pointer dereference

2006-12-04 Thread Josef Sipek
On Fri, Dec 01, 2006 at 10:23:51AM -0500, Trond Myklebust wrote: On Fri, 2006-12-01 at 14:38 +, Sven Geggus wrote: Hello, while trying to boot Kernel 2.6.19 (vanilla+unionfs) I get the following NULL pointer dereferences: Are you able to reproduce this without unionfs? If not,

<    1   2   3