Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 257387
b: refs/heads/master
c: ee60498
h: refs/heads/master
i:
  257385: f0cdc51
  257383: 079fe29
v: v3
  • Loading branch information
Al Viro committed Jul 21, 2011
1 parent a2cfa88 commit e886558
Show file tree
Hide file tree
Showing 2 changed files with 2 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: c066b65abfe20b7a23ad3b1161cd67315f65f3c1
refs/heads/master: ee60498f3ef94d7ed58dcd38077e27e839e7cafc
3 changes: 1 addition & 2 deletions trunk/fs/coda/dir.c
Original file line number Diff line number Diff line change
Expand Up @@ -449,8 +449,7 @@ static int coda_venus_readdir(struct file *coda_file, void *buf,
struct file *host_file;
struct dentry *de;
struct venus_dirent *vdir;
unsigned long vdir_size =
(unsigned long)(&((struct venus_dirent *)0)->d_name);
unsigned long vdir_size = offsetof(struct venus_dirent, d_name);
unsigned int type;
struct qstr name;
ino_t ino;
Expand Down

0 comments on commit e886558

Please sign in to comment.