]> git.baikalelectronics.ru Git - kernel.git/commit
__nd_alloc_stack(): make it return bool
authorAl Viro <viro@zeniv.linux.org.uk>
Tue, 3 Mar 2020 16:43:55 +0000 (11:43 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 2 Apr 2020 05:09:26 +0000 (01:09 -0400)
commit6aa3a3730e8c8296079c9bcaa85c2a07f5863ed4
tree014943de3f63e2049135f7019302c46f03918d9e
parent19dd20ed2e60afe7c97e6c91f12d270a02d5af21
__nd_alloc_stack(): make it return bool

... and adjust the caller (reserve_stack()).  Rename to nd_alloc_stack(),
while we are at it.

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