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 316457 Details for
Bug 231369
GFS2 will panic if you misspell any mount options
[?]
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 problem
bz231369.patch (text/plain), 783 bytes, created by
Abhijith Das
on 2008-09-11 16:45:16 UTC
(
hide
)
Description:
Patch to fix problem
Filename:
MIME Type:
Creator:
Abhijith Das
Created:
2008-09-11 16:45:16 UTC
Size:
783 bytes
patch
obsolete
>diff -Nupr a/gfs2/ops_fstype.c b/gfs2/ops_fstype.c >--- a/gfs2/ops_fstype.c 2008-09-11 10:20:06.000000000 -0500 >+++ b/gfs2/ops_fstype.c 2008-09-11 11:45:57.000000000 -0500 >@@ -1172,14 +1172,16 @@ static int gfs2_get_sb_meta(struct file_ > static void gfs2_kill_sb(struct super_block *sb) > { > struct gfs2_sbd *sdp = sb->s_fs_info; >- gfs2_meta_syncfs(sdp); >- dput(sdp->sd_root_dir); >- dput(sdp->sd_master_dir); >- sdp->sd_root_dir = NULL; >- sdp->sd_master_dir = NULL; >+ if (sdp) { >+ gfs2_meta_syncfs(sdp); >+ dput(sdp->sd_root_dir); >+ dput(sdp->sd_master_dir); >+ sdp->sd_root_dir = NULL; >+ sdp->sd_master_dir = NULL; >+ gfs2_delete_debugfs_file(sdp); >+ } > shrink_dcache_sb(sb); > kill_block_super(sb); >- gfs2_delete_debugfs_file(sdp); > } > > struct file_system_type gfs2_fs_type = {
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 231369
:
149502
|
316457
|
317092