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 161399 Details for
Bug 252400
RHEL4 U5: ia64 machine hang when DB starts using rac/nfs/hugepages
[?]
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]
linux-2.6.9-nfs-dio-aware-compound.patch
linux-2.6.9-nfs-dio-aware-compound.patch (text/plain), 810 bytes, created by
Keshav Sharma
on 2007-08-15 20:07:19 UTC
(
hide
)
Description:
linux-2.6.9-nfs-dio-aware-compound.patch
Filename:
MIME Type:
Creator:
Keshav Sharma
Created:
2007-08-15 20:07:19 UTC
Size:
810 bytes
patch
obsolete
>commit 566dd6064e89b15ff2dec666a421bebf0f98f26c >Author: Trond Myklebust <Trond.Myklebust@netapp.com> >Date: Tue Jan 3 09:55:35 2006 +0100 > > NFS: Make directIO aware of compound pages... > > ...and avoid calling set_page_dirty on them > > Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com> > >diff --git a/fs/nfs/direct.c b/fs/nfs/direct.c >index fd7ac5e..10ae377 100644 >--- a/fs/nfs/direct.c >+++ b/fs/nfs/direct.c >@@ -122,9 +122,10 @@ nfs_free_user_pages(struct page **pages, int npages, int do_dirty) > { > int i; > for (i = 0; i < npages; i++) { >- if (do_dirty) >- set_page_dirty_lock(pages[i]); >- page_cache_release(pages[i]); >+ struct page *page = pages[i]; >+ if (do_dirty && !PageCompound(page)) >+ set_page_dirty_lock(page); >+ page_cache_release(page); > } > kfree(pages); > }
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 252400
: 161399