Since fd745e1d Linux ABI specify's alternative root directory to reroot lookups.
First, an attempt is made to lookup the file in /ABI/original-path. If that
fails, the lookup is done in /original-path. In case of lookup symbolic link
with leading / in target namei() fails due to reroot reloads original file name.
Reported by: Goran Mekić, Vincent Milum Jr
Tested by: Goran Mekić