Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 38884
b: refs/heads/master
c: 409e185
h: refs/heads/master
v: v3
  • Loading branch information
Steven Whitehouse committed Oct 2, 2006
1 parent 20642cf commit 32e7adb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 48516ced21e83a755ebae3d1ed03f1731befc391
refs/heads/master: 409e185d2370356ac2e4c7160e002ac5340b6709
4 changes: 2 additions & 2 deletions trunk/fs/gfs2/ops_inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -411,10 +411,10 @@ static int gfs2_mkdir(struct inode *dir, struct dentry *dentry, int mode)
dent = (struct gfs2_dirent *)((char*)dent + GFS2_DIRENT_SIZE(1));
gfs2_qstr2dirent(&str, dibh->b_size - GFS2_DIRENT_SIZE(1) - sizeof(struct gfs2_dinode), dent);

gfs2_inum_out(&dip->i_num, (char *) &dent->de_inum);
gfs2_inum_out(&dip->i_num, &dent->de_inum);
dent->de_type = DT_DIR;

gfs2_dinode_out(&ip->i_di, (char *)di);
gfs2_dinode_out(&ip->i_di, di);

brelse(dibh);
}
Expand Down

0 comments on commit 32e7adb

Please sign in to comment.