Skip to content
Snippets Groups Projects
Commit 59175839 authored by Krzysztof Benedyczak's avatar Krzysztof Benedyczak Committed by Linus Torvalds
Browse files

[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: default avatarKrzysztof Benedyczak <golbi@mat.uni.torun.pl>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 5c1f4cac
No related branches found
No related tags found
No related merge requests found
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment