> (which is what that vfs_kern_mount() boils down to). But I would > very much prefer to have it go over the list of children of ->s_root > manually, instead of playing silly buggers with iterate_dir(). This is what I suggested earlier in the thread to rewrite it to not rely on files. That's probably the full-on fix we want later.