The patch titled
leak in do_ubd_request
has been removed from the -mm tree. Its filename was
leak-in-do_ubd_request.patch
This patch was dropped because it was merged into mainline or a subsystem tree
------------------------------------------------------
Subject: leak in do_ubd_request
From: Miklos Szeredi <[EMAIL PROTECTED]>
Signed-off-by: Miklos Szeredi <[EMAIL PROTECTED]>
Cc: Jeff Dike <[EMAIL PROTECTED]>
Signed-off-by: Andrew Morton <[EMAIL PROTECTED]>
---
arch/um/drivers/ubd_kern.c | 1 +
1 file changed, 1 insertion(+)
diff -puN arch/um/drivers/ubd_kern.c~leak-in-do_ubd_request
arch/um/drivers/ubd_kern.c
--- a/arch/um/drivers/ubd_kern.c~leak-in-do_ubd_request
+++ a/arch/um/drivers/ubd_kern.c
@@ -1128,6 +1128,7 @@ static void do_ubd_request(struct reques
"errno = %d\n", -n);
else if(list_empty(&dev->restart))
list_add(&dev->restart, &restart);
+ kfree(io_req);
return;
}
_
Patches currently in -mm which might be from [EMAIL PROTECTED] are
origin.patch
iget-stop-fuse-from-using-iget-and-read_inode-try.patch
-
To unsubscribe from this list: send the line "unsubscribe mm-commits" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html