This is the mail archive of the cluster-cvs@sourceware.org mailing list for the cluster.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

cluster: STABLE3 - mount.gfs2: Fix wrong header


Gitweb:        http://git.fedorahosted.org/git/cluster.git?p=cluster.git;a=commitdiff;h=d96c47cfc851d19e49cdce60c52d64ed6d8d2042
Commit:        d96c47cfc851d19e49cdce60c52d64ed6d8d2042
Parent:        a0e1292d5369ab0015c648a0a0fea85c26beece2
Author:        Steven Whitehouse <swhiteho@redhat.com>
AuthorDate:    Mon Jan 26 16:29:06 2009 +0000
Committer:     Fabio M. Di Nitto <fdinitto@redhat.com>
CommitterDate: Thu Feb 19 10:59:56 2009 +0100

mount.gfs2: Fix wrong header

Reported-by: Andy Price <welshbyte@sucs.org>
Signed-off-by: Steven Whitehouse <swhiteho@redhat.com>
---
 gfs/gfs_fsck/ondisk.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gfs/gfs_fsck/ondisk.h b/gfs/gfs_fsck/ondisk.h
index 956964a..0056132 100644
--- a/gfs/gfs_fsck/ondisk.h
+++ b/gfs/gfs_fsck/ondisk.h
@@ -81,7 +81,7 @@
 #define __GFS_ONDISK_DOT_H__
 
 #include <endian.h>
-#include <byteorder.h>
+#include <byteswap.h>
 
 #if __BYTE_ORDER == __BIG_ENDIAN
 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]