from relative to absolute pathname
From: Manish Katiyar <hidden>
Date: 2011-02-26 08:03:43
From: Manish Katiyar <hidden>
Date: 2011-02-26 08:03:43
On Fri, Feb 25, 2011 at 11:48 PM, mohit verma [off-list ref] wrote:
hi all, if i call some system call (like open , rename ,unlink, delete and so on) with relative pathname. in kernel space how can i get the full pathname from that relative pathname being passed to that system call ?
Hi Mohit, have a look at the function d_path(). This might help.
thanks in advance. -- ........................ MOHIT VERMA _______________________________________________ Kernelnewbies mailing list Kernelnewbies at kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
-- Thanks - Manish