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 310297 Details for
Bug 450276
GFS2: cannot use fifo nodes (named pipes)
[?]
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]
Patches merged and ported from upstream
fifo.diff (text/plain), 1.71 KB, created by
Steve Whitehouse
on 2008-06-25 21:18:39 UTC
(
hide
)
Description:
Patches merged and ported from upstream
Filename:
MIME Type:
Creator:
Steve Whitehouse
Created:
2008-06-25 21:18:39 UTC
Size:
1.71 KB
patch
obsolete
>diff -Nrup linux-rhel-base/fs/gfs2/inode.c linux-2.6.18.noarch/fs/gfs2/inode.c >--- linux-rhel-base/fs/gfs2/inode.c 2008-06-25 21:32:48.000000000 +0100 >+++ linux-2.6.18.noarch/fs/gfs2/inode.c 2008-06-25 22:08:50.000000000 +0100 >@@ -150,7 +150,8 @@ void gfs2_set_iop(struct inode *inode) > } else if (S_ISLNK(mode)) { > inode->i_op = &gfs2_symlink_iops; > } else { >- inode->i_op = &gfs2_dev_iops; >+ inode->i_op = &gfs2_file_iops; >+ init_special_inode(inode, inode->i_mode, inode->i_rdev); > } > > unlock_new_inode(inode); >diff -Nrup linux-rhel-base/fs/gfs2/ops_inode.c linux-2.6.18.noarch/fs/gfs2/ops_inode.c >--- linux-rhel-base/fs/gfs2/ops_inode.c 2008-06-25 21:32:46.000000000 +0100 >+++ linux-2.6.18.noarch/fs/gfs2/ops_inode.c 2008-06-25 22:08:50.000000000 +0100 >@@ -1148,16 +1148,6 @@ const struct inode_operations gfs2_file_ > .removexattr = gfs2_removexattr, > }; > >-const struct inode_operations gfs2_dev_iops = { >- .permission = gfs2_permission, >- .setattr = gfs2_setattr, >- .getattr = gfs2_getattr, >- .setxattr = gfs2_setxattr, >- .getxattr = gfs2_getxattr, >- .listxattr = gfs2_listxattr, >- .removexattr = gfs2_removexattr, >-}; >- > const struct inode_operations gfs2_dir_iops = { > .create = gfs2_create, > .lookup = gfs2_lookup, >diff -Nrup linux-rhel-base/fs/gfs2/ops_inode.h linux-2.6.18.noarch/fs/gfs2/ops_inode.h >--- linux-rhel-base/fs/gfs2/ops_inode.h 2008-06-25 21:32:33.000000000 +0100 >+++ linux-2.6.18.noarch/fs/gfs2/ops_inode.h 2008-06-25 21:50:27.000000000 +0100 >@@ -15,6 +15,5 @@ > extern const struct inode_operations gfs2_file_iops; > extern const struct inode_operations gfs2_dir_iops; > extern const struct inode_operations gfs2_symlink_iops; >-extern const struct inode_operations gfs2_dev_iops; > > #endif /* __OPS_INODE_DOT_H__ */
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 450276
: 310297