Re: crash

2010-02-20 Thread Ryusuke Konishi
Hi, On Fri, 19 Feb 2010 08:35:56 +0200, Jan de Kruyf wrote: > Hallo > Just to check that you did receive my email re nilfs on febr 14 with > 'crashedVar1.tgz' (346k) attached. > > Enjoy your day, > Jan de Kruyf. The mail I received was broken and it's also missing from archives. Could you resend

Re: [PATCH] nilfs2: add reader's lock for cno in nilfs_ioctl_sync

2010-02-20 Thread Ryusuke Konishi
On Sat, 20 Feb 2010 19:47:49 +0900, Jiro SEKIBA wrote: > Hi, > > This adds reader's lock for the_nilfs->cno in nilfs_ioctl_sync, > for the_nilfs->cno should be proctected by segctor_sem when reading. > > Signed-off-by: Jiro SEKIBA > --- > fs/nilfs2/ioctl.c |6 +- > 1 files changed, 5

[PATCH] nilfs2: add reader's lock for cno in nilfs_ioctl_sync

2010-02-20 Thread Jiro SEKIBA
Hi, This adds reader's lock for the_nilfs->cno in nilfs_ioctl_sync, for the_nilfs->cno should be proctected by segctor_sem when reading. Signed-off-by: Jiro SEKIBA --- fs/nilfs2/ioctl.c |6 +- 1 files changed, 5 insertions(+), 1 deletions(-) diff --git a/fs/nilfs2/ioctl.c b/fs/nilfs2/