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 144940 Details for
Bug 190756
gfs knows of directories which it chooses not to display
[?]
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]
Proposed patch to fix the problem
gronk (text/plain), 785 bytes, created by
Robert Peterson
on 2007-01-05 22:14:28 UTC
(
hide
)
Description:
Proposed patch to fix the problem
Filename:
MIME Type:
Creator:
Robert Peterson
Created:
2007-01-05 22:14:28 UTC
Size:
785 bytes
patch
obsolete
>Index: ops_export.c >=================================================================== >RCS file: /cvs/cluster/cluster/gfs-kernel/src/gfs/ops_export.c,v >retrieving revision 1.3.2.1 >diff -w -u -p -p -u -r1.3.2.1 ops_export.c >--- ops_export.c 9 Feb 2006 18:52:20 -0000 1.3.2.1 >+++ ops_export.c 5 Jan 2007 22:13:42 -0000 >@@ -25,6 +25,7 @@ > #include "glock.h" > #include "glops.h" > #include "inode.h" >+#include "ops_dentry.h" > #include "ops_export.h" > #include "rgrp.h" > >@@ -270,7 +271,7 @@ gfs_get_parent(struct dentry *child) > iput(inode); > return ERR_PTR(-ENOMEM); > } >- >+ dentry->d_op = &gfs_dops; > return dentry; > > fail: >@@ -390,6 +391,7 @@ gfs_get_dentry(struct super_block *sb, v > return ERR_PTR(-ENOMEM); > } > >+ dentry->d_op = &gfs_dops; > return dentry; > > fail_relse:
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 190756
: 144940