Home
last modified time | relevance | path

Searched hist:b0c24c3b (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/fs/
H A Dnamei.cb0c24c3b Sat Apr 18 18:10:36 CDT 2015 Al Viro <viro@zeniv.linux.org.uk> link_path_walk: handle get_link() returning ERR_PTR() immediately

If we get ERR_PTR() from get_link(), we are guaranteed to get err != 0
when we break out of do-while, so we are going to hit if (err) return err;
shortly after it. Pull that into the if (IS_ERR(s)) body.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
b0c24c3b Sat Apr 18 18:10:36 CDT 2015 Al Viro <viro@zeniv.linux.org.uk> link_path_walk: handle get_link() returning ERR_PTR() immediately

If we get ERR_PTR() from get_link(), we are guaranteed to get err != 0
when we break out of do-while, so we are going to hit if (err) return err;
shortly after it. Pull that into the if (IS_ERR(s)) body.

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