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

From: Joe Thornber (thornber@sistina.com)
Date: Wed Jul 02 2003 - 05:59:32 EST


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/



This archive was generated by hypermail 2b29 : Mon Jul 07 2003 - 22:00:15 EST