All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fix NFS3 krb5 clients on x86-64
@ 2004-09-21  1:32 Mark Goodman
  2004-09-21  1:36 ` Trond Myklebust
  0 siblings, 1 reply; 2+ messages in thread
From: Mark Goodman @ 2004-09-21  1:32 UTC (permalink / raw)
  To: trond.myklebust; +Cc: linux-kernel

This patch is necessary to make NFS3 krb5 clients work on x86-64. It 
applies to 2.6.9-rc2. Please apply.

Signed-off-by: Mark Goodman <mgoodman@csua.berkeley.edu>

--- linux-2.6.9-rc2/net/sunrpc/auth_gss/auth_gss.c.orig    2004-09-20 
18:13:55.040214816 -0700
+++ linux-2.6.9-rc2/net/sunrpc/auth_gss/auth_gss.c    2004-09-20 
18:14:10.808817624 -0700
@@ -246,7 +246,7 @@ gss_parse_init_downcall(struct gss_api_m
     spin_lock_init(&ctx->gc_seq_lock);
     atomic_set(&ctx->count,1);
 
-    if (simple_get_bytes(&p, end, uid, sizeof(uid)))
+    if (simple_get_bytes(&p, end, uid, sizeof(*uid)))
         goto err_free_ctx;
     /* FIXME: discarded timeout for now */
     if (simple_get_bytes(&p, end, &timeout, sizeof(timeout)))


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2004-09-21  1:37 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-09-21  1:32 [PATCH] Fix NFS3 krb5 clients on x86-64 Mark Goodman
2004-09-21  1:36 ` Trond Myklebust

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.