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

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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))



[Index of Archives]     [DM Crypt]     [Fedora Desktop]     [ATA RAID]     [Fedora Marketing]     [Fedora Packaging]     [Fedora SELinux]     [Yosemite Discussion]     [KDE Users]     [Fedora Docs]

  Powered by Linux