diff options
-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 d974ff3164ba..620f8ff5684a 100644 --- a/fs/nfs/nfs4xdr.c +++ b/fs/nfs/nfs4xdr.c | |||
@@ -3427,7 +3427,7 @@ static int decode_attr_lease_time(struct xdr_stream *xdr, uint32_t *bitmap, uint | |||
3427 | *res = be32_to_cpup(p); | 3427 | *res = be32_to_cpup(p); |
3428 | bitmap[0] &= ~FATTR4_WORD0_LEASE_TIME; | 3428 | bitmap[0] &= ~FATTR4_WORD0_LEASE_TIME; |
3429 | } | 3429 | } |
3430 | dprintk("%s: file size=%u\n", __func__, (unsigned int)*res); | 3430 | dprintk("%s: lease time=%u\n", __func__, (unsigned int)*res); |
3431 | return 0; | 3431 | return 0; |
3432 | } | 3432 | } |
3433 | 3433 | ||