Embed a struct path into struct nameidata instead of nd->{dentry,mnt}
[safe/jmp/linux-2.6] / arch / alpha / kernel / osf_sys.c
index 973c5c3..f2bef5e 100644 (file)
@@ -259,7 +259,7 @@ osf_statfs(char __user *path, struct osf_statfs __user *buffer, unsigned long bu
 
        retval = user_path_walk(path, &nd);
        if (!retval) {
-               retval = do_osf_statfs(nd.dentry, buffer, bufsiz);
+               retval = do_osf_statfs(nd.path.dentry, buffer, bufsiz);
                path_release(&nd);
        }
        return retval;