mirror of
https://github.com/Evolution-X-Devices/kernel_google_b1c1
synced 2026-02-04 03:52:58 +00:00
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 <golbi@mat.uni.torun.pl> Signed-off-by: Linus Torvalds <torvalds@osdl.org>