[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [dm-devel] Re: [RFC 3/3] dm: v4 ioctl interface
- From: Joe Thornber <thornber sistina com>
- To: dm-devel sistina com
- Cc: Kevin Corry <kevcorry us ibm com>,Linux Mailing List <linux-kernel vger kernel org>
- Subject: Re: [dm-devel] Re: [RFC 3/3] dm: v4 ioctl interface
- Date: Wed Jul 2 06:00:02 2003
Correct comments.
--- diff/drivers/md/dm-ioctl-v4.c 2003-07-02 11:31:05.000000000 +0100
+++ source/drivers/md/dm-ioctl-v4.c 2003-07-02 11:30:56.000000000 +0100
@@ -41,7 +41,7 @@
void dm_hash_remove_all(void);
/*
- * Guards access to all three tables.
+ * Guards access to both hash tables.
*/
static DECLARE_RWSEM(_hash_lock);
@@ -205,7 +205,7 @@
return -ENOMEM;
/*
- * Insert the cell into all three hash tables.
+ * Insert the cell into both hash tables.
*/
down_write(&_hash_lock);
if (__get_name_cell(name))
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]