Hi,
Assuming I have got a particular (struct dentry*)dp, how can I get it's full
path name.
I understand that dp->d_name.name contain the relative path name. Then I can
cycle through dp->d_parent while( !IS_ROOT(dp) ).
But that cycle finishes when the mount point of the current file system is
hit.
How can I get the mount point's struct dentry of the parent file system basing
on the root dentry of mounted file system?
Thanks
Torsten
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.0.7 (GNU/Linux)
iD8DBQE+bv7UwicyCTir8T4RAjCRAKCJaTNRnOQ4oXYPZIXIYeaH8X15xwCeNyMI
ftq5TknzeKMMPJIj4as3PaI=
=nm/0
-----END PGP SIGNATURE-----
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/