Description
Let NameNode to support prefix /.reserved/bypassExtAttr, so client can add thisprefix to a path before calling getFileStatus, e.g. /ab/c becomes /.reserved/bypassExtAttr/a/b/c. NN will parse the path at the very beginning, and bypass external attribute provider if the prefix is there.