[prev in list] [next in list] [prev in thread] [next in thread] 

List:       git-commits-head
Subject:    [PATCH] Fix ext3/VFS double freeing warning
From:       Linux Kernel Mailing List <linux-kernel () vger ! kernel ! org>
Date:       2003-02-28 22:45:17
[Download RAW message or body]

ChangeSet 1.1131, 2003/02/28 14:45:17-08:00, bzzz@tmi.comex.ru

	[PATCH] Fix ext3/VFS double freeing warning
	
	After 12 hours of testing it looks like this problem can be
	solved by the following..


# This patch includes the following deltas:
#	           ChangeSet	1.1130  -> 1.1131 
#	     fs/ext3/namei.c	1.35    -> 1.36   
#

 namei.c |    2 +-
 1 files changed, 1 insertion(+), 1 deletion(-)


diff -Nru a/fs/ext3/namei.c b/fs/ext3/namei.c
--- a/fs/ext3/namei.c	Fri Feb 28 15:06:26 2003
+++ b/fs/ext3/namei.c	Fri Feb 28 15:06:26 2003
@@ -533,7 +533,7 @@
 	struct dx_hash_info hinfo;
 	struct buffer_head *bh;
 	struct ext3_dir_entry_2 *de, *top;
-	static struct dx_frame frames[2], *frame;
+	struct dx_frame frames[2], *frame;
 	struct inode *dir;
 	int block, err;
 	int count = 0;
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic