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 317723 Details for
Bug 463817
gfs_fsck can't decide which bitmap to fix
[?]
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
463817.patch (text/plain), 1.06 KB, created by
Robert Peterson
on 2008-09-25 20:25:24 UTC
(
hide
)
Description:
Patch to fix the problem
Filename:
MIME Type:
Creator:
Robert Peterson
Created:
2008-09-25 20:25:24 UTC
Size:
1.06 KB
patch
obsolete
> gfs/gfs_fsck/log.c | 10 ++++++---- > 1 files changed, 6 insertions(+), 4 deletions(-) > >diff --git a/gfs/gfs_fsck/log.c b/gfs/gfs_fsck/log.c >index a69254d..5f5f685 100644 >--- a/gfs/gfs_fsck/log.c >+++ b/gfs/gfs_fsck/log.c >@@ -93,10 +93,6 @@ int query(struct fsck_sb *sbp, const char *format, ...) > int err = 0; > int ret = 0; > >- va_start(args, format); >- >- transform = _(format); >- > if(sbp->opts->yes) > return 1; > if(sbp->opts->no) >@@ -120,6 +116,10 @@ int query(struct fsck_sb *sbp, const char *format, ...) > > } > query: >+ va_start(args, format); >+ >+ transform = _(format); >+ > vprintf(transform, args); > > /* Make sure query is printed out */ >@@ -138,6 +138,7 @@ int query(struct fsck_sb *sbp, const char *format, ...) > while(response != '\n') > read(STDIN_FILENO, &response, sizeof(char)); > printf("Bad response, please type 'y' or 'n'.\n"); >+ va_end(args); > goto query; > } > >@@ -150,6 +151,7 @@ int query(struct fsck_sb *sbp, const char *format, ...) > read(STDIN_FILENO, &response, sizeof(char)); > } > >+ va_end(args); > fsck_query = FALSE; > return ret; > }
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 463817
: 317723