From: Ulrich Drepper Date: Sat, 3 May 2008 19:28:45 +0000 (-0400) Subject: tiny mq_open optimization X-Git-Tag: v2.6.26-rc2~84 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=269f21344b23e552c21c9e2d7ca258479dcd7a0a;p=pandora-kernel.git 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 Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed