Ed W wrote:
> Hi, I have patched kernel 2.6.30.5 with aufs (git from a few hours ago) 
> and grsec.  When trying to compile it gives me this:
>
> fs/aufs/vfsub.c: In function `vfsub_lookup_hash':
> fs/aufs/vfsub.c:109: error: implicit declaration of function `lookup_hash'
> fs/aufs/vfsub.c:109: warning: assignment makes pointer from integer 
> without a cast
> fs/aufs/vfsub.c: In function `vfsub_splice_to':
> fs/aufs/vfsub.c:478: error: implicit declaration of function `do_splice_to'
> fs/aufs/vfsub.c: In function `vfsub_splice_from':
> fs/aufs/vfsub.c:491: error: implicit declaration of function 
> `do_splice_from'
>
>
>   

Previously 2.6.29 had this exported in:

include/linux/namei.h:extern struct dentry *lookup_hash(struct nameidata 
*nd);

I don't see this in 2.6.30.4 either?


What is the best fix?

Ed W

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july

Reply via email to