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 316480 Details for
Bug 458684
GFS2: glock deadlock in page fault path
[?]
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]
Upstream patch for the short read problem
directiowrite.upstream.patch (text/plain), 477 bytes, created by
Robert Peterson
on 2008-09-11 19:51:13 UTC
(
hide
)
Description:
Upstream patch for the short read problem
Filename:
MIME Type:
Creator:
Robert Peterson
Created:
2008-09-11 19:51:13 UTC
Size:
477 bytes
patch
obsolete
> fs/gfs2/ops_address.c | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/fs/gfs2/ops_address.c b/fs/gfs2/ops_address.c >index e64a1b0..ae7126a 100644 >--- a/fs/gfs2/ops_address.c >+++ b/fs/gfs2/ops_address.c >@@ -975,7 +975,7 @@ static int gfs2_ok_for_dio(struct gfs2_inode *ip, int rw, loff_t offset) > if (gfs2_is_stuffed(ip)) > return 0; > >- if (offset > i_size_read(&ip->i_inode)) >+ if (offset >= i_size_read(&ip->i_inode)) > return 0; > return 1; > }
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 458684
:
314028
|
314549
|
314680
|
314745
|
314760
|
314761
|
314762
|
314981
|
315157
|
315399
|
315400
|
315660
|
316226
| 316480 |
316579
|
316802