All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] rpcsec_gss compatibility
@ 2003-07-16  3:47 Frank Cusack
  0 siblings, 0 replies; only message in thread
From: Frank Cusack @ 2003-07-16  3:47 UTC (permalink / raw)
  To: Trongd Myklebust, torvalds; +Cc: lkml

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);
 

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2003-07-16  3:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-07-16  3:47 [PATCH] rpcsec_gss compatibility Frank Cusack

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.