Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 266761 Details for
Bug 395571
Memory leak in alloc_disk_node()
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
proposed patch
alloc_disk_node_memory_leak.patch (text/x-patch), 359 bytes, created by
Jerome Marchand
on 2007-11-22 11:59:22 UTC
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Jerome Marchand
Created:
2007-11-22 11:59:22 UTC
Size:
359 bytes
patch
obsolete
>diff --git a/block/genhd.c b/block/genhd.c >index e609996..f2ac914 100644 >--- a/block/genhd.c >+++ b/block/genhd.c >@@ -715,6 +715,7 @@ struct gendisk *alloc_disk_node(int minors, int node_id) > disk->part = kmalloc_node(size, > GFP_KERNEL | __GFP_ZERO, node_id); > if (!disk->part) { >+ free_disk_stats(disk); > kfree(disk); > return NULL; > }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 395571
: 266761 |
289866