Re: [dm-devel] Re: [RFC 3/3] dm: v4 ioctl interface

Joe Thornber (thornber@sistina.com)
Wed, 2 Jul 2003 11:59:32 +0100


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))
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/