]> git.baikalelectronics.ru Git - kernel.git/commit
atomic_open(): be paranoid about may_open() return value
authorAl Viro <viro@zeniv.linux.org.uk>
Wed, 27 Apr 2016 19:47:45 +0000 (15:47 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Mon, 2 May 2016 23:51:14 +0000 (19:51 -0400)
commit1133fc7398e35c4af53fb8e5c4f200dcee6ddc81
tree7a2cd473023e7731db7794fc03e427c97e0439cd
parent59326c7f378d459f870c77e6599a129059cf7812
atomic_open(): be paranoid about may_open() return value

It should never return positives; however, with Linux S&M crowd
involved, no bogosity is impossible.  Results would be unpleasant...

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
fs/namei.c