Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 40067
b: refs/heads/master
c: a2d7d02
h: refs/heads/master
i:
  40065: dbf45cb
  40063: 4997629
v: v3
  • Loading branch information
Al Viro authored and Steven Whitehouse committed Oct 20, 2006
1 parent 3102e7c commit ceeeb70
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: 23591256d61354e20f12e98d7a496ad5c23de74c
refs/heads/master: a2d7d021d78dbc00d24d9c809c64a7f3e61fa773
2 changes: 1 addition & 1 deletion trunk/fs/gfs2/dir.c
Original file line number Diff line number Diff line change
Expand Up @@ -815,7 +815,7 @@ static struct gfs2_leaf *new_leaf(struct inode *inode, struct buffer_head **pbh,
leaf = (struct gfs2_leaf *)bh->b_data;
leaf->lf_depth = cpu_to_be16(depth);
leaf->lf_entries = 0;
leaf->lf_dirent_format = cpu_to_be16(GFS2_FORMAT_DE);
leaf->lf_dirent_format = cpu_to_be32(GFS2_FORMAT_DE);
leaf->lf_next = 0;
memset(leaf->lf_reserved, 0, sizeof(leaf->lf_reserved));
dent = (struct gfs2_dirent *)(leaf+1);
Expand Down

0 comments on commit ceeeb70

Please sign in to comment.