From: Peter Staubach <staubach@xxxxxxxxxx> Signed-off-by: Steve Dickson <steved@xxxxxxxxxx> --- net/sunrpc/auth_gss/gss_krb5_unseal.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/net/sunrpc/auth_gss/gss_krb5_unseal.c b/net/sunrpc/auth_gss/gss_krb5_unseal.c index e6aec12..aa62b4c 100644 --- a/net/sunrpc/auth_gss/gss_krb5_unseal.c +++ b/net/sunrpc/auth_gss/gss_krb5_unseal.c @@ -200,7 +200,7 @@ gss_verify_mic_v2(struct krb5_ctx *ctx, /* do sequencing checks */ - seqnum = be64_to_cpu((__be64 *)ptr + 8); + seqnum = be64_to_cpup((__be64 *)ptr + 8); return GSS_S_COMPLETE; } -- 1.6.6.1 -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html