Re: [GIT, RFC] Killing the Big Kernel Lock

From: Arnd Bergmann
Date: Thu Mar 25 2010 - 10:15:23 EST


On Thursday 25 March 2010, Dan Carpenter wrote:
> There is a typo in this one:

> @@ -1641,7 +1643,7 @@ static ssize_t sysfs_blk_trace_attr_store(struct device *dev,
>
> ret = -ENXIO;
>
> - lock_kernel();
> + mutex_unlock(&blkdev_mutex);
> p = dev_to_part(dev);
> bdev = bdget(part_devt(p));
> if (bdev == NULL)
>

Fixed now, thanks for reporting!

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