Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 310002
b: refs/heads/master
c: 6ce2bbb
h: refs/heads/master
v: v3
  • Loading branch information
Al Viro committed May 30, 2012
1 parent b52a317 commit 7f762d9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 2b9f1cc29ba0e56089fe04501ec6d3b49eee3c3e
refs/heads/master: 6ce2bbba5266c1dd5c27dd8af1887ed8ca564919
8 changes: 4 additions & 4 deletions trunk/fs/hpfs/hpfs.h
Original file line number Diff line number Diff line change
Expand Up @@ -489,17 +489,17 @@ 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 {
struct bplus_leaf_node external[40];
struct bplus_internal_node internal[60];
} u;

u32 fill[3]; /* unused */
__le32 fill[3]; /* unused */
};


Expand Down

0 comments on commit 7f762d9

Please sign in to comment.