[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20081124181836.683D48C977@localhost>
Date: Mon, 24 Nov 2008 10:18:36 -0800 (PST)
From: curtw@...gle.com (Curt Wohlgemuth)
To: linux-ext4@...r.kernel.org
Subject: PATCH ext4: fix to call_filldir
Signed-off-by: Curt Wohlgemuth <curtw@...gle.com>
diff -Naur ext4/fs/ext4/dir.c b/fs/ext4/dir.c
--- ext4/fs/ext4/dir.c 2008-11-13 14:51:58.000000000 -0800
+++ b/fs/ext4/dir.c 2008-11-24 08:23:05.000000000 -0800
@@ -417,7 +417,7 @@
get_dtype(sb, fname->file_type));
if (error) {
filp->f_pos = curr_pos;
- info->extra_fname = fname;
+ info->extra_fname = fname->next;
return error;
}
fname = fname->next;
--
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