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 840745 Details for
Bug 1028750
[abrt] list_del corruption. next->prev should be ffff88017cf31958, but was ffff88021f5dddb8
[?]
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]
New patch suggested by btrfs-linux mailing list
btrfs-list_del-corruption.patch (text/plain), 491 bytes, created by
Geert Jansen
on 2013-12-23 10:34:52 UTC
(
hide
)
Description:
New patch suggested by btrfs-linux mailing list
Filename:
MIME Type:
Creator:
Geert Jansen
Created:
2013-12-23 10:34:52 UTC
Size:
491 bytes
patch
obsolete
>--- a/fs/btrfs/ordered-data.c >+++ b/fs/btrfs/ordered-data.c >@@ -537,7 +537,9 @@ void btrfs_remove_ordered_extent(struct > */ > if (RB_EMPTY_ROOT(&tree->tree) && > !mapping_tagged(inode->i_mapping, PAGECACHE_TAG_DIRTY)) { >+ spin_lock(&root->fs_info->ordered_root_lock); > list_del_init(&BTRFS_I(inode)->ordered_operations); >+ spin_unlock(&root->fs_info->ordered_root_lock); > } > > if (!root->nr_ordered_extents) {
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 1028750
:
822051
|
839241
| 840745