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 312764 Details for
Bug 455929
[RHEL-5] partprobe fails on s390x on DASD with mounted file systems
[?]
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 for dasd.
s390dasd.diff (text/plain), 1.11 KB, created by
Joel Andres Granados
on 2008-07-28 11:40:34 UTC
(
hide
)
Description:
patch for dasd.
Filename:
MIME Type:
Creator:
Joel Andres Granados
Created:
2008-07-28 11:40:34 UTC
Size:
1.11 KB
patch
obsolete
>commit c31f1664a5855e7932b33650f01b2b32d386d237 >Author: Otavio Salvador <otavio@ossystems.com.br> >Date: Tue May 6 14:09:37 2008 -0300 > > properly test for __s390__ and __s390x__ macros to disable O_DIRECT on that > >diff --git a/include/parted/linux.h b/include/parted/linux.h >index 9eb7490..a496e53 100644 >--- a/include/parted/linux.h >+++ b/include/parted/linux.h >@@ -22,7 +22,7 @@ > #include <parted/parted.h> > #include <parted/device.h> > >-#if defined __s390__ || defined __s390x__ >+#if defined(__s390__) || defined(__s390x__) > # include <parted/fdasd.h> > #endif > >diff --git a/libparted/arch/linux.c b/libparted/arch/linux.c >index 998417f..c332cf8 100644 >--- a/libparted/arch/linux.c >+++ b/libparted/arch/linux.c >@@ -65,7 +65,7 @@ > #define HDIO_GETGEO 0x0301 /* get device geometry */ > #define HDIO_GET_IDENTITY 0x030d /* get IDE identification info */ > >-#if defined(O_DIRECT) && (!defined(__s390__) || !defined(__s390x__)) >+#if defined(O_DIRECT) && !(defined(__s390__) || defined(__s390x__)) > #define RD_MODE (O_RDONLY | O_DIRECT) > #define WR_MODE (O_WRONLY | O_DIRECT) > #define RW_MODE (O_RDWR | O_DIRECT)
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 455929
:
312169
|
312764
|
319189
|
321085