Re: BKL removal

Dave Hansen (haveblue@us.ibm.com)
Sun, 07 Jul 2002 20:06:02 -0700


Alexander Viro wrote:
>
> On Mon, 8 Jul 2002, Matthew Wilcox wrote:
>
>>one struct file per open(), yes. however, fork() shares a struct file,
>>as does unix domain fd passing. so we need protection between different
>>processes. there's some pretty good reasons to want to use a semaphore
>>to protect the struct file (see fasync code.. bleugh).
>
> ??? What exactly do you want to protect there?
>

I think we were talking about file->private_data

-- 
Dave Hansen
haveblue@us.ibm.com

- 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/