On 2019-11-16, Al Viro wrote:
> On Sat, Nov 16, 2019 at 11:27:52AM +1100, Aleksa Sarai wrote:
> > + error = nd_jump_link(&path);
> > + if (error)
> > + path_put(&path);
>
> > + error = nd_jump_link(&ns_path);
> > + if (error)
> > + path_put(&ns_path);
>
> > + error
On Sat, Nov 16, 2019 at 11:27:52AM +1100, Aleksa Sarai wrote:
> + error = nd_jump_link(&path);
> + if (error)
> + path_put(&path);
> + error = nd_jump_link(&ns_path);
> + if (error)
> + path_put(&ns_path);
> + error = nd_jump_link(&path);
> + if (er