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 ? thanks in advance. -- ........................ *MOHIT VERMA*
On Fri, Feb 25, 2011 at 11:48 PM, mohit verma <mohit89mlnc@gmail.com> 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@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
-- Thanks - Manish
On Sat, Feb 26, 2011 at 1:33 PM, Manish Katiyar <mkatiyar@gmail.com> wrote:
On Fri, Feb 25, 2011 at 11:48 PM, mohit verma <mohit89mlnc@gmail.com> 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 a lot manish. yeah it worked.
thanks in advance.
-- ........................ MOHIT VERMA
_______________________________________________ Kernelnewbies mailing list Kernelnewbies@kernelnewbies.org http://lists.kernelnewbies.org/mailman/listinfo/kernelnewbies
-- Thanks - Manish
-- ........................ *MOHIT VERMA*
participants (2)
-
Manish Katiyar -
mohit verma