On Wed, Dec 27 2006, Ingo Molnar wrote:
> Subject: [patch] block: remove BKL dependency from drivers/block/loop.c
> From: Ingo Molnar <[EMAIL PROTECTED]>
>
> the block loopback device is protected by lo->lo_ctl_mutex and it does
> not need to hold the BKL anywhe
* Ingo Molnar <[EMAIL PROTECTED]> wrote:
> Subject: [patch] block: remove BKL dependency from drivers/block/loop.c
> From: Ingo Molnar <[EMAIL PROTECTED]>
>
> the block loopback device is protected by lo->lo_ctl_mutex and it does
> not need to hold the BKL
Subject: [patch] block: remove BKL dependency from drivers/block/loop.c
From: Ingo Molnar <[EMAIL PROTECTED]>
the block loopback device is protected by lo->lo_ctl_mutex and it does
not need to hold the BKL anywhere. Convert its ioctl to unlocked_ioctl
and remove the BKL acquire/release
3 matches
Mail list logo