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 269561 Details for
Bug 400651
GFS: wrong locking order in gfs_get_parent()
[?]
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]
Fix wrong locking order in gfs_get_parent()
diff-gfs-get-parent-20071127 (text/plain), 458 bytes, created by
Vasily Averin
on 2007-11-27 09:53:21 UTC
(
hide
)
Description:
Fix wrong locking order in gfs_get_parent()
Filename:
MIME Type:
Creator:
Vasily Averin
Created:
2007-11-27 09:53:21 UTC
Size:
458 bytes
patch
obsolete
>diff --git a/fs/gfs/ops_export.c b/fs/gfs/ops_export.c >index 35e91b0..6845eae 100644 >--- a/fs/gfs/ops_export.c >+++ b/fs/gfs/ops_export.c >@@ -254,11 +254,11 @@ gfs_get_parent(struct dentry *child) > > ip = get_gl2ip(i_gh.gh_gl); > >- gfs_glock_dq_uninit(&d_gh); >- gfs_glock_dq_uninit(&i_gh); >- > inode = gfs_iget(ip, CREATE, NULL); > gfs_inode_put(ip); >+ >+ gfs_glock_dq_uninit(&d_gh); >+ gfs_glock_dq_uninit(&i_gh); > > if (!inode) > return ERR_PTR(-ENOMEM);
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 400651
: 269561