From 26edb6fa21e76d3a9f3e92543b34f34409d648a0 Mon Sep 17 00:00:00 2001 From: "J. Bruce Fields" Date: Tue, 17 Jul 2007 04:04:35 -0700 Subject: [PATCH] --- yaml --- r: 60822 b: refs/heads/master c: 33a1060ae7dc671a0208b341bd454009625bb5a6 h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/include/linux/nfsd/state.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index 100673d399f4..dea479df3703 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 9a8db97e7756119689c93c431e8b8324080f5625 +refs/heads/master: 33a1060ae7dc671a0208b341bd454009625bb5a6 diff --git a/trunk/include/linux/nfsd/state.h b/trunk/include/linux/nfsd/state.h index ab5c236bd9a7..732de9cad4a8 100644 --- a/trunk/include/linux/nfsd/state.h +++ b/trunk/include/linux/nfsd/state.h @@ -67,7 +67,7 @@ struct nfs4_cb_recall { int cbr_trunc; stateid_t cbr_stateid; u32 cbr_fhlen; - u32 cbr_fhval[NFS4_FHSIZE]; + char cbr_fhval[NFS4_FHSIZE]; struct nfs4_delegation *cbr_dp; };