Re: [patch 09/10] Use struct path in fs_struct

From: Christoph Hellwig
Date: Fri Sep 28 2007 - 14:42:26 EST


> - res = __d_path(dentry, vfsmnt, root, rootmnt, buf, buflen);
> + res = __d_path(dentry, vfsmnt, root.dentry, root.mnt, buf, buflen);

__d_path should probably switch to taking a struct path * aswell.

Otherwise fine.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/