git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d35c7b0
)
tiny mq_open optimization
author
Ulrich Drepper
<drepper@redhat.com>
Sat, 3 May 2008 19:28:45 +0000
(15:28 -0400)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Sat, 3 May 2008 20:50:33 +0000
(13:50 -0700)
A very small cleanup for mq_open.
We do not have to call set_close_on_exit if we create the file
descriptor right away with the flag set. We have a function for this
now. The resulting code is smaller and a tiny bit faster.
Signed-off-by: Ulrich Drepper <drepper@redhat.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
No differences found