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 299056 Details for
Bug 435469
gfs_tool: Cannot allocate memory
[?]
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 to fix the problem
435469.gfs_tool.oom (text/plain), 731 bytes, created by
Robert Peterson
on 2008-03-25 18:30:03 UTC
(
hide
)
Description:
patch to fix the problem
Filename:
MIME Type:
Creator:
Robert Peterson
Created:
2008-03-25 18:30:03 UTC
Size:
731 bytes
patch
obsolete
> gfs/gfs_tool/df.c | 2 +- > gfs/gfs_tool/tune.c | 2 +- > 2 files changed, 2 insertions(+), 2 deletions(-) > >diff --git a/gfs/gfs_tool/df.c b/gfs/gfs_tool/df.c >index f385ea7..2d1030c 100644 >--- a/gfs/gfs_tool/df.c >+++ b/gfs/gfs_tool/df.c >@@ -33,7 +33,7 @@ struct file_lock { int x; }; > > #include "gfs_tool.h" > >-#define SIZE (65536) >+#define SIZE (4096) > > /** > * do_df_one - print out information about one filesystem >diff --git a/gfs/gfs_tool/tune.c b/gfs/gfs_tool/tune.c >index 8b152cb..1e8bc1a 100644 >--- a/gfs/gfs_tool/tune.c >+++ b/gfs/gfs_tool/tune.c >@@ -29,7 +29,7 @@ > > #include "gfs_tool.h" > >-#define SIZE (65536) >+#define SIZE (4096) > > /** > * get_tune - print out the current tuneable parameters for a filesystem
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 435469
: 299056