[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <201003251514.59256.arnd@arndb.de>
Date: Thu, 25 Mar 2010 15:14:58 +0100
From: Arnd Bergmann <arnd@...db.de>
To: Dan Carpenter <error27@...il.com>
Cc: Frederic Weisbecker <fweisbec@...il.com>,
linux-kernel@...r.kernel.org, Matthew Wilcox <matthew@....cx>,
Thomas Gleixner <tglx@...utronix.de>, jblunck@...e.de,
Alan Cox <alan@...ux.intel.com>, Ingo Molnar <mingo@...e.hu>
Subject: Re: [GIT, RFC] Killing the Big Kernel Lock
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@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists