Forum | Documentation | Website | Blog

Skip to content
Snippets Groups Projects
Commit d8548232 authored by Al Viro's avatar Al Viro
Browse files

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: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent a0378fb9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment