lkml.org 
[lkml]   [2013]   [Mar]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: VFS deadlock ?
On Thu, Mar 21, 2013 at 05:41:18PM -0400, Dave Jones wrote:
> fs/namei.c:2342:3: warning: passing argument 1 of ???d_absolute_path??? from incompatible pointer type [enabled by default]
> d_absolute_path(p1, path, 4096);
> ^
> In file included from include/linux/fs.h:8:0,
> from fs/namei.c:21:
> include/linux/dcache.h:337:14: note: expected ???const struct path *??? but argument is of type ???struct dentry *???
> extern char *d_absolute_path(const struct path *, char *, int);
> ^
>
>
> How do I go from the dentry in p1 to the path d_absolute_path expects ?

Ugh... s/d_absolute_path/dentry_path/, of course. Sorry about the braino...


\
 
 \ /
  Last update: 2013-03-21 23:21    [W:0.109 / U:1.152 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site