From 7f762d9ab2b4a70406ccebc8b509d32b6bdc2f89 Mon Sep 17 00:00:00 2001 From: Al Viro Date: Tue, 17 Apr 2012 16:11:25 -0400 Subject: [PATCH] --- yaml --- r: 310002 b: refs/heads/master c: 6ce2bbba5266c1dd5c27dd8af1887ed8ca564919 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/fs/hpfs/hpfs.h | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/[refs] b/[refs] index 53ea39d132f9..9a16610996f1 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 2b9f1cc29ba0e56089fe04501ec6d3b49eee3c3e +refs/heads/master: 6ce2bbba5266c1dd5c27dd8af1887ed8ca564919 diff --git a/trunk/fs/hpfs/hpfs.h b/trunk/fs/hpfs/hpfs.h index b66c8b21dcec..f0dc10930332 100644 --- a/trunk/fs/hpfs/hpfs.h +++ b/trunk/fs/hpfs/hpfs.h @@ -489,9 +489,9 @@ static inline bool fnode_is_dir(struct fnode *p) struct anode { - u32 magic; /* 37e4 0aae */ - anode_secno self; /* pointer to this anode */ - secno up; /* parent anode or fnode */ + __le32 magic; /* 37e4 0aae */ + __le32 self; /* pointer to this anode */ + __le32 up; /* parent anode or fnode */ struct bplus_header btree; /* b+tree, 40 extents or 60 subtrees */ union { @@ -499,7 +499,7 @@ struct anode struct bplus_internal_node internal[60]; } u; - u32 fill[3]; /* unused */ + __le32 fill[3]; /* unused */ };