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 839241 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]
Patch from the Linux git repository
btrfs-fix.patch (text/plain), 1.09 KB, created by
Pavel Roskin
on 2013-12-19 20:47:41 UTC
(
hide
)
Description:
Patch from the Linux git repository
Filename:
MIME Type:
Creator:
Pavel Roskin
Created:
2013-12-19 20:47:41 UTC
Size:
1.09 KB
patch
obsolete
>From 931aa87791af46640a46b11fa503a119e36943ec Mon Sep 17 00:00:00 2001 >From: Miao Xie <miaox@cn.fujitsu.com> >Date: Thu, 14 Nov 2013 09:33:21 +0000 >Subject: Btrfs: fix list delete warning when removing ordered root from the list > >Commit b02441999efcc6152b87cd58e7970bb7843f76cf "Btrfs: don't wait for >the completion of all the ordered extents" introduced a bug that broke >the ordered root list: > WARNING: CPU: 1 PID: 7119 at lib/list_debug.c:59 __list_del_entry+0x5a/0x98() > >It is because we forgot to return the roots in the splice list to the >ordered list of the fs. Fix it. > >Signed-off-by: Miao Xie <miaox@cn.fujitsu.com> >Signed-off-by: Josef Bacik <jbacik@fusionio.com> >Signed-off-by: Chris Mason <chris.mason@fusionio.com> >--- >diff --git a/fs/btrfs/ordered-data.c b/fs/btrfs/ordered-data.c >index c37124b..69582d5 100644 >--- a/fs/btrfs/ordered-data.c >+++ b/fs/btrfs/ordered-data.c >@@ -638,6 +638,7 @@ void btrfs_wait_ordered_roots(struct btrfs_fs_info *fs_info, int nr) > WARN_ON(nr < 0); > } > } >+ list_splice_tail(&splice, &fs_info->ordered_roots); > spin_unlock(&fs_info->ordered_root_lock); > } > >-- >cgit v0.9.2
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