Re: [take2] Inotify: nested attributes support.

From: Evgeniy Polyakov
Date: Thu Dec 04 2008 - 04:09:23 EST


On Thu, Dec 04, 2008 at 09:43:10AM +0100, Pavel Machek (pavel@xxxxxxx) wrote:
> Actually, does the kernel even know who initiated the i/o?
>
> Take two threads, both mapping /etc/something , both of them writing
> through the mmap. Kernel sees dirty pages so it writes them back, but
> which thread is repsonsible for the write?

It depends. If write will be done with write() syscall, caller will be
stored. Otherwise inotify does not hook into page fault code afaics.

> > > And how does this work give that pids are (no longer) system-wide unique?
> >
> > It gets pids from the caller's task_struct (via current), so its data is
> > as unique as process calling getpid() or syscall(__NR_gettid).
>
> What happens on mmap()?

mmap() syscall is not processed by inotify.

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