Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 58224
b: refs/heads/master
c: d57d973
h: refs/heads/master
v: v3
  • Loading branch information
Alexander Graf authored and Linus Torvalds committed Jul 6, 2007
1 parent 3b3e2bb commit 734b9d9
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: 0db19c412ce260a293b06b4bab66550b84411bfc
refs/heads/master: d57d973101e87b2e30ccfa899fe36c4b2e32d217
2 changes: 1 addition & 1 deletion trunk/ipc/compat.c
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ static inline int put_compat_semid_ds(struct semid64_ds *s,
int err;

if (!access_ok (VERIFY_WRITE, up, sizeof(*up)))
err = -EFAULT;
return -EFAULT;
err = __put_compat_ipc_perm(&s->sem_perm, &up->sem_perm);
err |= __put_user(s->sem_otime, &up->sem_otime);
err |= __put_user(s->sem_ctime, &up->sem_ctime);
Expand Down

0 comments on commit 734b9d9

Please sign in to comment.