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 292919 Details for
Bug 430207
tiobench and fs_inod throws a Call Trace on F8 GA
[?]
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.
Second Patch from Jan in LKML
patch_from-lkml (text/plain), 1.13 KB, created by
IBM Bug Proxy
on 2008-01-25 09:16:29 UTC
(
hide
)
Description:
Second Patch from Jan in LKML
Filename:
MIME Type:
Creator:
IBM Bug Proxy
Created:
2008-01-25 09:16:29 UTC
Size:
1.13 KB
patch
obsolete
>diff --git a/fs/buffer.c b/fs/buffer.c >index 7249e01..3ffb2b6 100644 >--- a/fs/buffer.c >+++ b/fs/buffer.c >@@ -794,6 +794,7 @@ static int fsync_buffers_list(spinlock_t *lock, struct list_head *list) > { > struct buffer_head *bh; > struct list_head tmp; >+ struct address_space *mapping; > int err = 0, err2; > > INIT_LIST_HEAD(&tmp); >@@ -801,9 +802,11 @@ static int fsync_buffers_list(spinlock_t *lock, struct list_head *list) > spin_lock(lock); > while (!list_empty(list)) { > bh = BH_ENTRY(list->next); >+ mapping = bh->b_assoc_map; > __remove_assoc_queue(bh); > if (buffer_dirty(bh) || buffer_locked(bh)) { > list_add(&bh->b_assoc_buffers, &tmp); >+ bh->b_assoc_map = mapping; > if (buffer_dirty(bh)) { > get_bh(bh); > spin_unlock(lock); >@@ -828,8 +831,13 @@ static int fsync_buffers_list(spinlock_t *lock, struct list_head *list) > wait_on_buffer(bh); > if (!buffer_uptodate(bh)) > err = -EIO; >- brelse(bh); > spin_lock(lock); >+ if (buffer_dirty(bh) && list_empty(&bh->b_assoc_buffers)) { >+ BUG_ON(!bh->b_assoc_map); >+ list_add(&bh->b_assoc_buffers, >+ &bh->b_assoc_map->private_list); >+ } >+ brelse(bh); > } > > spin_unlock(lock);
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 430207
: 292919 |
292920