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 158066 Details for
Bug 243136
GFS2 - NFS SPECsfs test runs panic and/or stalled in lookup code
[?]
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 4/4] gfs2 truncate inode size inconsistency
04_gfs2_specsfs.patch (text/plain), 396 bytes, created by
Wendy Cheng
on 2007-06-27 21:28:49 UTC
(
hide
)
Description:
[patch 4/4] gfs2 truncate inode size inconsistency
Filename:
MIME Type:
Creator:
Wendy Cheng
Created:
2007-06-27 21:28:49 UTC
Size:
396 bytes
patch
obsolete
>--- gfs2-nfs2/fs/gfs2/ops_inode.c 2007-06-23 01:24:22.000000000 -0400 >+++ gfs2-nfs/fs/gfs2/ops_inode.c 2007-06-27 10:45:57.000000000 -0400 >@@ -903,8 +903,8 @@ static int setattr_size(struct inode *in > } > > error = gfs2_truncatei(ip, attr->ia_size); >- if (error) >- return error; >+ if (error && (inode->i_size != ip->i_di.di_size)) >+ i_size_write(inode, ip->i_di.di_size); > > return error; > }
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 243136
:
157438
|
157580
|
157640
|
158063
|
158064
|
158065
| 158066