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 894668 Details for
Bug 1096755
xfsprogs-qa-devel dropped xfs/xfs_log.h
[?]
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 -- fix loggen.c compile
0001-loggen-remove-deprecated-header-includes-and-add-def.patch (text/plain), 845 bytes, created by
Jeff Layton
on 2014-05-12 12:06:06 UTC
(
hide
)
Description:
patch -- fix loggen.c compile
Filename:
MIME Type:
Creator:
Jeff Layton
Created:
2014-05-12 12:06:06 UTC
Size:
845 bytes
patch
obsolete
>From 9033e90f7e1a94b20d1e09e3a78ee375251e0325 Mon Sep 17 00:00:00 2001 >From: Jeff Layton <jlayton@poochiereds.net> >Date: Mon, 12 May 2014 08:03:52 -0400 >Subject: [PATCH] loggen: remove deprecated header includes and add definition > for XFS_TRANS_MAGIC > >Signed-off-by: Jeff Layton <jlayton@poochiereds.net> >--- > src/loggen.c | 6 ++++-- > 1 file changed, 4 insertions(+), 2 deletions(-) > >diff --git a/src/loggen.c b/src/loggen.c >index 522c9178ee26..1740732249b6 100644 >--- a/src/loggen.c >+++ b/src/loggen.c >@@ -26,8 +26,6 @@ > */ > > #include <xfs/libxfs.h> >-#include <xfs/xfs_log.h> >-#include <xfs/xfs_log_priv.h> > > #ifndef ASSIGN_ANY_LSN_DISK > #define ASSIGN_ANY_LSN_DISK(lsn,cycle,block) \ >@@ -37,6 +35,10 @@ > } > #endif > >+#ifndef XFS_TRANS_MAGIC >+#define XFS_TRANS_MAGIC 0x5452414E /* 'TRAN' */ >+#endif >+ > void > usage(void) > { >-- >1.9.0 >
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 1096755
: 894668