d_path: don't bother with return value of prepend()
authorAl Viro <viro@zeniv.linux.org.uk>
Tue, 18 May 2021 02:05:23 +0000 (22:05 -0400)
committerAl Viro <viro@zeniv.linux.org.uk>
Wed, 19 May 2021 00:08:11 +0000 (20:08 -0400)
commitd8548232ea2858d1d130f3ac835185159d367caa
treef870a8f843dbf090500b509586da3f013dd9ab82
parenta0378fb9b33308fb4547f098c6281af8ab4b5fb5
d_path: don't bother with return value of prepend()

Only simple_dname() checks it, and there we can simply do those
calls and check for overflow (by looking of negative buflen)
in the end.

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