From: Krzysztof Benedyczak Date: Tue, 27 Sep 2005 20:21:36 +0000 (+0200) Subject: [PATCH] Make POSIX message queue sys_mq_open() honor umask X-Git-Tag: v2.6.14-rc3~102 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59175839783287d3b03f18460bb3539c69300837;p=pandora-kernel.git [PATCH] Make POSIX message queue sys_mq_open() honor umask We ignored umask when creating new queues via mq_open (when creating with open() on mqueue fs it is ok of course). According to the specification this a bug. This trivial patch fixes this. Signed-off-by: Krzysztof Benedyczak Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed