--- drivers/md/dm-ioctl.c | 1 + 1 file changed, 1 insertion(+) Index: linux-2.6.32-rc6/drivers/md/dm-ioctl.c =================================================================== --- linux-2.6.32-rc6.orig/drivers/md/dm-ioctl.c +++ linux-2.6.32-rc6/drivers/md/dm-ioctl.c @@ -624,6 +624,7 @@ static struct mapped_device *find_device { struct hash_cell *hc; struct mapped_device *md = NULL; + unsigned long flags; down_read(&_hash_lock); hc = __find_device_hash_cell(param);