----------
and then at Thu, 25 Nov 2004 22:21:19 +0200, it was written ...
...
 >Anyway, my compile just failed:
 >
 >fs/built-in.o(.text+0x9da81): In function `mask_ok_common':
 >: undefined reference to `vfs_permission'
 >make[1]: *** [.tmp_vmlinux1] Error 1
 >make[1]: Leaving directory `/usr/src/linux-2.6.9-cko4a'
 >make: *** [stamp-build] Error 2
 >
Have a look at 
  2.6.10-rc1-mm3/broken-out/reiser4-generic_acl-fix.patch.  
Around line 16 of fs/reiser4/plugin/security/perm.c,   return
vfs_permission(inode, mask); replaces 
  return generic_permission(inode, mask, NULL);
Or vice versa, I can't remember.

>Yeah,
I tried to merge that to -cko before trying the vanilla one, >because
of obvious performance-related reasons...[1] >
 >I don't think -cko caused that, though, all went afaict well
through.. >
 >I think I'll boot -cko3 again and just avoid apt-get or something,
 >this is starting to suck pretty bad :)
 >
As yet I haven't tried to merge the new 2.6.9
reiser4 code (reiser4-for-2.6.9-2.gz) with 2.6.9-ckx, but  on vanilla
2.6.9 + reiser4-for-2.6.9-2.gz, the apt-get update problem didn't
occur.  I suspect that adding the new r4 code to ck should go ok. 
I'll see if I can find time to give it a go.

cheers, Cal

Reply via email to