This patch is necessary to make NFS3 krb5 clients work on x86-64.
ACK'ed by Trond
Signed-off-by: Mark Goodman <mgoodman@csua.berkeley.edu>
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
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)))