diff options
Diffstat (limited to 'fs/nfs/nfs4xdr.c')
-rw-r--r-- | fs/nfs/nfs4xdr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfs/nfs4xdr.c b/fs/nfs/nfs4xdr.c index be9f00ab0d18..a15fe99fea86 100644 --- a/fs/nfs/nfs4xdr.c +++ b/fs/nfs/nfs4xdr.c | |||
@@ -5000,7 +5000,7 @@ static int decode_getdeviceinfo(struct xdr_stream *xdr, | |||
5000 | goto out_overflow; | 5000 | goto out_overflow; |
5001 | len = be32_to_cpup(p); | 5001 | len = be32_to_cpup(p); |
5002 | if (len) { | 5002 | if (len) { |
5003 | int i; | 5003 | uint32_t i; |
5004 | 5004 | ||
5005 | p = xdr_inline_decode(xdr, 4 * len); | 5005 | p = xdr_inline_decode(xdr, 4 * len); |
5006 | if (unlikely(!p)) | 5006 | if (unlikely(!p)) |