lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:	Sun, 8 Nov 2009 21:00:23 +0100
From:	Jérémy Cochoy <jeremy.cochoy@...il.com>
To:	linux-kernel@...r.kernel.org
Subject: [Patch] ext2 comment

Hi,

I just want to correct a mistake in comments, about ext2_find_entry.

--
diff -uNr a/fs/ext2/dir.c b/fs/ext2/dir.c
--- a/fs/ext2/dir.c     2009-11-08 20:20:06.000000000 +0100
+++ b/fs/ext2/dir.c     2009-11-04 19:16:58.000000000 +0100
@@ -353,8 +353,8 @@
  *     ext2_find_entry()
  *
  * finds an entry in the specified directory with the wanted name. It
- * returns the page in which the entry was found, and the entry itself
- * (as a parameter - res_dir). Page is returned mapped and unlocked.
+ * returns the page in which the entry was found (as a parameter - res_page),
+ * and the entry itself. Page is returned mapped and unlocked.
  * Entry is guaranteed to be valid.
  */
 struct ext2_dir_entry_2 *ext2_find_entry (struct inode * dir,

-- 
Jérémy Cochoy - L1 MI (Lyon1)
Mail : jeremy.cochoy@...il.com
Tel : 06-43-01-74-02
Alias Zenol - http://zenol.fr
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ