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 316527 Details for
Bug 459630
GFS2: changes needed to gfs2-utils due to gfs2meta fs changes in bz 457798
[?]
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]
One-liner to use gfs2 path instead of gfs2 device to mount metafs
bz459630-one-liner.patch (text/plain), 460 bytes, created by
Abhijith Das
on 2008-09-12 05:46:04 UTC
(
hide
)
Description:
One-liner to use gfs2 path instead of gfs2 device to mount metafs
Filename:
MIME Type:
Creator:
Abhijith Das
Created:
2008-09-12 05:46:04 UTC
Size:
460 bytes
patch
obsolete
>diff --git a/gfs2/libgfs2/misc.c b/gfs2/libgfs2/misc.c >index b6948dd..f4bb74d 100644 >--- a/gfs2/libgfs2/misc.c >+++ b/gfs2/libgfs2/misc.c >@@ -237,7 +237,7 @@ mount_gfs2_meta(struct gfs2_sbd *sdp) > strerror(errno)); > } > >- ret = mount(sdp->device_name, sdp->metafs_path, "gfs2meta", 0, NULL); >+ ret = mount(sdp->path_name, sdp->metafs_path, "gfs2meta", 0, NULL); > if (ret) > die("Couldn't mount %s : %s\n", sdp->metafs_path, > strerror(errno));
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 459630
:
315223
| 316527