[PATCH] Make POSIX message queue sys_mq_open() honor umask
Krzysztof Benedyczak authored

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: default avatarKrzysztof Benedyczak <golbi@mat.uni.torun.pl>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
59175839