]> git.baikalelectronics.ru Git - kernel.git/commit
reserve_stack(): switch to __nd_alloc_stack()
authorAl Viro <viro@zeniv.linux.org.uk>
Tue, 3 Mar 2020 16:25:31 +0000 (11:25 -0500)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 2 Apr 2020 05:09:26 +0000 (01:09 -0400)
commit19dd20ed2e60afe7c97e6c91f12d270a02d5af21
tree6aab4d7cd590b1aeccf0a0ad99ff3f72e999a5be
parenta8d48f5087efd053b8faa1a894237dd737dac168
reserve_stack(): switch to __nd_alloc_stack()

expand the call of nd_alloc_stack() into it (and don't
recheck the depth on the second call)

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