Skip to content
Commit ea47ab11 authored by Al Viro's avatar Al Viro
Browse files

putname(): IS_ERR_OR_NULL() is wrong here



Mixing NULL and ERR_PTR() just in case is a Bad Idea(tm).  For
struct filename the former is wrong - failures are reported
as ERR_PTR(...), not as NULL.

Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
parent b4a4f213
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