Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 231658
b: refs/heads/master
c: e0bb6bd
h: refs/heads/master
v: v3
  • Loading branch information
Namhyung Kim authored and Al Viro committed Jan 17, 2011
1 parent c4eb835 commit 73ba860
Show file tree
Hide file tree
Showing 2 changed files with 4 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: 974d879e8070bbb132bd4e79ef314703853d0b82
refs/heads/master: e0bb6bda43e20aa1db5774c73a519cd52c463a55
4 changes: 3 additions & 1 deletion trunk/fs/compat.c
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,9 @@ static int put_compat_statfs64(struct compat_statfs64 __user *ubuf, struct kstat
__put_user(kbuf->f_namelen, &ubuf->f_namelen) ||
__put_user(kbuf->f_fsid.val[0], &ubuf->f_fsid.val[0]) ||
__put_user(kbuf->f_fsid.val[1], &ubuf->f_fsid.val[1]) ||
__put_user(kbuf->f_frsize, &ubuf->f_frsize))
__put_user(kbuf->f_frsize, &ubuf->f_frsize) ||
__put_user(kbuf->f_flags, &ubuf->f_flags) ||
__clear_user(ubuf->f_spare, sizeof(ubuf->f_spare)))
return -EFAULT;
return 0;
}
Expand Down

0 comments on commit 73ba860

Please sign in to comment.