From cb705144abf90441bad8b3ad599b09edce5ace75 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Cochoy?= Date: Mon, 30 Nov 2009 17:58:43 +0100 Subject: [PATCH] --- yaml --- r: 175300 b: refs/heads/master c: 92e128884bf04fb155413a78f45be1d73dff75a7 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/ext2/dir.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index 59d8b84d9fe2..dd020f042a7a 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 4cf46b67eb6de94532c1bea11d2479d085229d0e +refs/heads/master: 92e128884bf04fb155413a78f45be1d73dff75a7 diff --git a/trunk/fs/ext2/dir.c b/trunk/fs/ext2/dir.c index 6cde970b0a1a..fc2bd05d3559 100644 --- a/trunk/fs/ext2/dir.c +++ b/trunk/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,