Before, we didn't allow a real stat on the root file descriptor. Now, those that pass fs.ReadDirFS will return the stat of the root file (which is implemented by a open against "."). This also simplifies logic as we always have a file representing root, even if faked. Signed-off-by: Adrian Cole <adrian@tetrate.io>