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

Joe Thornber thornber at sistina.com
Wed Jul 2 06:00:02 UTC 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))




More information about the dm-devel mailing list