Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 60820
b: refs/heads/master
c: 1212749
h: refs/heads/master
v: v3
  • Loading branch information
Andrew Morton authored and Linus Torvalds committed Jul 17, 2007
1 parent 26cd900 commit 8c91516
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: 019ab801cf32381b90cbe0144cc5695aed0e408c
refs/heads/master: 12127498c8f5e479df15ee374a0932f5659df49e
2 changes: 1 addition & 1 deletion trunk/fs/nfsd/nfsctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 +245,7 @@ static ssize_t write_getfs(struct file *file, char *buf, size_t size)
}
exp_readunlock();
if (err == 0)
err = res->fh_size + (int)&((struct knfsd_fh*)0)->fh_base;
err = res->fh_size + offsetof(struct knfsd_fh, fh_base);
out:
return err;
}
Expand Down

0 comments on commit 8c91516

Please sign in to comment.