diff options
author | Ulrich Drepper <drepper@redhat.com> | 2008-05-03 21:28:45 +0200 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-05-03 22:50:33 +0200 |
commit | 269f21344b23e552c21c9e2d7ca258479dcd7a0a (patch) | |
tree | cca8c73bba632a716c901c9843cc865cd40ad9ee /kernel | |
parent | unified (weak) sys_pipe implementation (diff) | |
download | linux-269f21344b23e552c21c9e2d7ca258479dcd7a0a.tar.xz linux-269f21344b23e552c21c9e2d7ca258479dcd7a0a.zip |
tiny mq_open optimization
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>
Diffstat (limited to 'kernel')
0 files changed, 0 insertions, 0 deletions