[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <a229bc400911291530s51e1971do402e6441115d70ee@mail.gmail.com>
Date: Mon, 30 Nov 2009 00:30:55 +0100
From: Jérémy Cochoy <jeremy.cochoy@...il.com>
To: linux-ext4@...r.kernel.org, linux-kernel@...r.kernel.org
Cc: Andrew Morton <akpm@...ux-foundation.org>, Jan Kara <jack@...e.cz>,
Pavel Machek <pavel@...e.cz>,
Al Viro <viro@...iv.linux.org.uk>, ronny.pretzsch@....de,
Corentin Chary <corentin.chary@...il.com>
Subject: [PATCH] fs/ext2: ext2_readdir comment about returns
From:Jeremy Cochoy <jeremy.cochoy@...il.com>
Hello,
I submit a short correction about a comment in ext2/dir.c
(I've already send it but it wasn't the good patch format and i didn't
cc the right people.)
PS: Please excuse me if I make mistakes with the netiquette, it's my
first patch and i wich to send more useful patchs next time, without
hurting your eyes.
Best regards,
-----
diff --git a/fs/ext2/dir.c b/fs/ext2/dir.c
index 6cde970..fc2bd05 100644
--- a/fs/ext2/dir.c
+++ b/fs/ext2/dir.c
@@ -353,8 +353,8 @@ ext2_readdir (struct file * filp, void * dirent,
filldir_t filldir)
* 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-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists