lkml.org 
[lkml]   [2006]   [Feb]   [24]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
DateThu, 23 Feb 2006 23:16:21 -0800
FromAndrew Morton <>
SubjectRe: udevd is killing file write performance.
Nick Piggin <nickpiggin@yahoo.com.au> wrote:
>> @@ -538,7 +579,7 @@ void inotify_dentry_parent_queue_event(s
>   	struct dentry *parent;
>   	struct inode *inode;
> 
>  -	if (!atomic_read (&inotify_watches))
>  +	if (!(dentry->d_flags & DCACHE_INOTIFY_PARENT_WATCHED))

Yeah, I think that would work.  One would need to wire up d_move() also -
for when a file is moved from a watched to non-watched directory and
vice-versa.

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2006-02-24 07:19    [W:0.437 / U:0.390 seconds]
©2003-2008 Jasper Spaans