Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 273252
b: refs/heads/master
c: 3c24783
h: refs/heads/master
v: v3
  • Loading branch information
Manfred Spraul authored and Linus Torvalds committed Nov 2, 2011
1 parent 5b86a72 commit 62c4bae
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: 46cbc1d3981ee753518fbf9198a14f71a9f6841e
refs/heads/master: 3c24783bb2deafaa106b7e69a97540071afc590c
1 change: 0 additions & 1 deletion trunk/ipc/sem.c
Original file line number Diff line number Diff line change
Expand Up @@ -1460,7 +1460,6 @@ SYSCALL_DEFINE4(semtimedop, int, semid, struct sembuf __user *, tsops,
* Array removed? If yes, leave without sem_unlock().
*/
if (IS_ERR(sma)) {
error = -EIDRM;
goto out_free;
}

Expand Down

0 comments on commit 62c4bae

Please sign in to comment.