Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 105919
b: refs/heads/master
c: 96347e7
h: refs/heads/master
i:
  105917: 27c74e3
  105915: 4f603ad
  105911: 84594ab
  105903: e42919d
  105887: 784d34f
  105855: 8eb1b1a
v: v3
  • Loading branch information
Oleg Nesterov authored and Linus Torvalds committed Jul 25, 2008
1 parent 2b12098 commit 5a10c77
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 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: 4b7a1304267bff68260ae861784b27130e805be3
refs/heads/master: 96347e7759e2e433c427defa0fa1adfc8cce6226
3 changes: 0 additions & 3 deletions trunk/kernel/posix-timers.c
Original file line number Diff line number Diff line change
Expand Up @@ -449,9 +449,6 @@ static void release_posix_timer(struct k_itimer *tmr, int it_id_set)
spin_unlock_irqrestore(&idr_lock, flags);
}
sigqueue_free(tmr->sigq);
if (unlikely(tmr->it_process) &&
tmr->it_sigev_notify == (SIGEV_SIGNAL|SIGEV_THREAD_ID))
put_task_struct(tmr->it_process);
kmem_cache_free(posix_timers_cache, tmr);
}

Expand Down

0 comments on commit 5a10c77

Please sign in to comment.