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 310046 Details for
Bug 428465
kernel panic EIP is at _spin_unlock_irq+0x1c/0x28
[?]
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.
[patch]
debug patch
ext3-orphan-debug.patch (text/plain), 525 bytes, created by
Josef Bacik
on 2008-06-23 17:43:00 UTC
(
hide
)
Description:
debug patch
Filename:
MIME Type:
Creator:
Josef Bacik
Created:
2008-06-23 17:43:00 UTC
Size:
525 bytes
patch
obsolete
>Index: linux-rhel4-internal/fs/ext3/super.c >=================================================================== >--- linux-rhel4-internal.orig/fs/ext3/super.c >+++ linux-rhel4-internal/fs/ext3/super.c >@@ -463,6 +463,11 @@ static struct inode *ext3_alloc_inode(st > > static void ext3_destroy_inode(struct inode *inode) > { >+ if (!list_empty(&(EXT3_I(inode)->i_orphan))) { >+ printk("EXT3 Inode %p: orphan list check failed!\n", >+ EXT3_I(inode)); >+ dump_stack(); >+ } > kmem_cache_free(ext3_inode_cachep, EXT3_I(inode)); > } >
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 428465
:
291716
| 310046