[patch] Re: inotify issue: iput called atomically

2005-03-29 Thread Robert Love
On Sun, 2005-03-27 at 15:52 +0200, Christophe Saout wrote: Hi, Christophe. > it looks like you shouldn't call iput with spinlocks held. iput might > call down into the filesystem to delete the inode and this can sleep. We've been working on this for a couple days now. I finally finished it up

[patch] Re: inotify issue: iput called atomically

2005-03-29 Thread Robert Love
On Sun, 2005-03-27 at 15:52 +0200, Christophe Saout wrote: Hi, Christophe. it looks like you shouldn't call iput with spinlocks held. iput might call down into the filesystem to delete the inode and this can sleep. We've been working on this for a couple days now. I finally finished it up

inotify issue: iput called atomically

2005-03-27 Thread Christophe Saout
Hi Robert, it looks like you shouldn't call iput with spinlocks held. iput might call down into the filesystem to delete the inode and this can sleep. Mar 27 14:38:18 server Debug: sleeping function called from invalid context at include/asm/semaphore.h:102 Mar 27 14:38:18 server in_atomic():1,

inotify issue: iput called atomically

2005-03-27 Thread Christophe Saout
Hi Robert, it looks like you shouldn't call iput with spinlocks held. iput might call down into the filesystem to delete the inode and this can sleep. Mar 27 14:38:18 server Debug: sleeping function called from invalid context at include/asm/semaphore.h:102 Mar 27 14:38:18 server in_atomic():1,