Re: devfs: BKL *not* taken while opening devices

Dave Hansen (haveblue@us.ibm.com)
Mon, 29 Apr 2002 10:52:13 -0700


Roman Zippel wrote:
> The BKL doesn't make a driver safe, remember that it's released on
> schedule.

Not safe, but _safer_, and definitely safe enough for almost all uses.
Some of the drivers rely on the fact that open() cannot be run
concurrently. The BKL does provide this if open never blocks.

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