Re: [patch] inotify for 2.6.11-rc3-mm2

2005-02-18 Thread Robert Love
On Fri, 2005-02-18 at 17:24 +, Al Viro wrote: > Fix the damn locking, already. Fast as I can. Robert Love - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [EMAIL PROTECTED] More majordomo info at

Re: [patch] inotify for 2.6.11-rc3-mm2

2005-02-18 Thread Al Viro
On Fri, Feb 18, 2005 at 11:40:59AM -0500, Robert Love wrote: > inotify, bitches /me does "pick a random function, find a race" again. > +/* > + * inode_add_watch - add a watch to the given inode > + * > + * Callers must hold dev->lock, because we call inode_find_dev(). > + */ > +static int

Re: [patch] inotify for 2.6.11-rc3-mm2

2005-02-18 Thread Robert Love
On Thu, 2005-02-10 at 13:47 -0500, Robert Love wrote: > Attached, find a patch against 2.6.11-rc3-mm2 of the latest inotify. Updated patch, fixes a bug. Robert Love inotify, bitches Signed-off-by: Robert Love <[EMAIL PROTECTED]> arch/sparc64/Kconfig | 13

Re: [patch] inotify for 2.6.11-rc3-mm2

2005-02-18 Thread Robert Love
On Thu, 2005-02-10 at 13:47 -0500, Robert Love wrote: Attached, find a patch against 2.6.11-rc3-mm2 of the latest inotify. Updated patch, fixes a bug. Robert Love inotify, bitches Signed-off-by: Robert Love [EMAIL PROTECTED] arch/sparc64/Kconfig | 13 drivers/char/Kconfig

Re: [patch] inotify for 2.6.11-rc3-mm2

2005-02-18 Thread Al Viro
On Fri, Feb 18, 2005 at 11:40:59AM -0500, Robert Love wrote: inotify, bitches /me does pick a random function, find a race again. +/* + * inode_add_watch - add a watch to the given inode + * + * Callers must hold dev-lock, because we call inode_find_dev(). + */ +static int

Re: [patch] inotify for 2.6.11-rc3-mm2

2005-02-18 Thread Robert Love
On Fri, 2005-02-18 at 17:24 +, Al Viro wrote: Fix the damn locking, already. Fast as I can. Robert Love - To unsubscribe from this list: send the line unsubscribe linux-kernel in the body of a message to [EMAIL PROTECTED] More majordomo info at

[patch] inotify for 2.6.11-rc3-mm2

2005-02-10 Thread Robert Love
On Thu, 2005-02-10 at 02:35 -0800, Andrew Morton wrote: > -inotify.patch > -inotify-fix_find_inode.patch > > I think my version is old, and it oopses. It is old. I have sent you multiple updates. ;-) Attached, find a patch against 2.6.11-rc3-mm2 of the latest inotify. This version has

[patch] inotify for 2.6.11-rc3-mm2

2005-02-10 Thread Robert Love
On Thu, 2005-02-10 at 02:35 -0800, Andrew Morton wrote: -inotify.patch -inotify-fix_find_inode.patch I think my version is old, and it oopses. It is old. I have sent you multiple updates. ;-) Attached, find a patch against 2.6.11-rc3-mm2 of the latest inotify. This version has numerous