diff --git a/[refs] b/[refs] index 3ded1e5726c8..532497e7dda5 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 573c4e1ef53a6b891b73cc2257e1604da754a2e4 +refs/heads/master: ead00597882c4ee3c534d6880cc3bcb4d412cc4b diff --git a/trunk/fs/nfs/nfs4xdr.c b/trunk/fs/nfs/nfs4xdr.c index be9f00ab0d18..a15fe99fea86 100644 --- a/trunk/fs/nfs/nfs4xdr.c +++ b/trunk/fs/nfs/nfs4xdr.c @@ -5000,7 +5000,7 @@ static int decode_getdeviceinfo(struct xdr_stream *xdr, goto out_overflow; len = be32_to_cpup(p); if (len) { - int i; + uint32_t i; p = xdr_inline_decode(xdr, 4 * len); if (unlikely(!p))