]> 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)
commit19b08b7d798b92818c8a9cc9022bf409f24cc545
tree014943de3f63e2049135f7019302c46f03918d9e
parent11d0dc895a0b1ef07be2e88ca0c13386a3ac428c
__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