Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 198787
b: refs/heads/master
c: 4de85cd
h: refs/heads/master
i:
  198785: af66caa
  198783: 33c2bbb
v: v3
  • Loading branch information
Julia Lawall authored and Linus Torvalds committed May 27, 2010
1 parent b59055b commit 268ffc1
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: c5cf6359ad1d322c16e159011247341849cc0d3a
refs/heads/master: 4de85cd6d6018825e19f76f1208775f23ecc393f
2 changes: 1 addition & 1 deletion trunk/ipc/sem.c
Original file line number Diff line number Diff line change
Expand Up @@ -1208,7 +1208,7 @@ static struct sem_undo *find_alloc_undo(struct ipc_namespace *ns, int semid)
/* step 1: figure out the size of the semaphore array */
sma = sem_lock_check(ns, semid);
if (IS_ERR(sma))
return ERR_PTR(PTR_ERR(sma));
return ERR_CAST(sma);

nsems = sma->sem_nsems;
sem_getref_and_unlock(sma);
Expand Down

0 comments on commit 268ffc1

Please sign in to comment.