Le 12/03/08 09:53 PM, Derrick Brashear a écrit :
On Wed, Mar 12, 2008 at 9:49 PM, Gautam Iyer <[EMAIL PROTECTED]> wrote:
Hi All,

 I've desperately been trying to get OpenAFS (any version) to compile
 with the recent Linux 2.6.25 kernels.


cvs co -ropenafs-stable-1_4_x openafs and try it

I think you'll also need this - a few variables are missing :

diff -u -r1.19.2.13 osi_file.c
--- osi_file.c  10 Mar 2008 19:05:28 -0000      1.19.2.13
+++ osi_file.c  13 Mar 2008 02:00:20 -0000
@@ -40,6 +40,11 @@
     struct inode *tip = NULL;
     struct dentry *dp = NULL;
     struct file *filp = NULL;
+#if defined(AFS_CACHE_VNODE_PATH)
+    int code;
+    int dummy;
+    char fname[1024];
+#endif
     AFS_STATCNT(osi_UFSOpen);
     if (cacheDiskType != AFS_FCACHE_TYPE_UFS) {
        osi_Panic("UFSOpen called for non-UFS cache\n");

Marc

_______________________________________________
OpenAFS-devel mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-devel

Reply via email to