Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 309999
b: refs/heads/master
c: 39413c6
h: refs/heads/master
i:
  309997: aa161f7
  309995: 93e5164
  309991: 3a88e47
  309983: 8ec673a
v: v3
  • Loading branch information
Al Viro committed May 30, 2012
1 parent ee3bdbc commit 11919dd
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: 52576da3545e78c534d901a39f6f2391665c641b
refs/heads/master: 39413c6046de282a92739110cfafb8f1e862680d
8 changes: 4 additions & 4 deletions trunk/fs/hpfs/hpfs.h
Original file line number Diff line number Diff line change
Expand Up @@ -278,8 +278,8 @@ struct code_page_data
#define DNODE_MAGIC 0x77e40aae

struct dnode {
u32 magic; /* 77e4 0aae */
u32 first_free; /* offset from start of dnode to
__le32 magic; /* 77e4 0aae */
__le32 first_free; /* offset from start of dnode to
first free dir entry */
#ifdef __LITTLE_ENDIAN
u8 root_dnode: 1; /* Is it root dnode? */
Expand All @@ -293,9 +293,9 @@ struct dnode {
u8 root_dnode: 1; /* Is it root dnode? */
#endif
u8 increment_me2[3];
secno up; /* (root dnode) directory's fnode
__le32 up; /* (root dnode) directory's fnode
(nonroot) parent dnode */
dnode_secno self; /* pointer to this dnode */
__le32 self; /* pointer to this dnode */
u8 dirent[2028]; /* one or more dirents */
};

Expand Down

0 comments on commit 11919dd

Please sign in to comment.