lkml.org 
[lkml]   [2003]   [Jul]   [15]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] rpcsec_gss compatibility
Just as a data point, Solaris 9 client uses initial seq. no. 2.

/fc

start gss seq no at 1; netapp doesn't accept seq no 0.

--- linux-2.5.75.0/net/sunrpc/auth_gss/auth_gss.c
+++ linux-2.5.75.1/net/sunrpc/auth_gss/auth_gss.c
@@ -236,7 +236,7 @@
goto err;
}
ctx->gc_proc = RPC_GSS_PROC_DATA;
- ctx->gc_seq = 0;
+ ctx->gc_seq = 1; /* NetApp 6.4R1 doesn't accept seq. no. 0 */
spin_lock_init(&ctx->gc_seq_lock);
atomic_set(&ctx->count,1);

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
\
 
 \ /
  Last update: 2005-03-22 13:46    [W:0.032 / U:1.108 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site