aboutsummaryrefslogtreecommitdiffstats
path: root/fs
diff options
context:
space:
mode:
Diffstat (limited to 'fs')
-rw-r--r--fs/nfsd/nfs4state.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nfsd/nfs4state.c b/fs/nfsd/nfs4state.c
index 74e822ec34cb..d24dd12ddb4d 100644
--- a/fs/nfsd/nfs4state.c
+++ b/fs/nfsd/nfs4state.c
@@ -2754,7 +2754,7 @@ EXPIRED_STATEID(stateid_t *stateid)
2754{ 2754{
2755 if (time_before((unsigned long)boot_time, 2755 if (time_before((unsigned long)boot_time,
2756 ((unsigned long)stateid->si_boot)) && 2756 ((unsigned long)stateid->si_boot)) &&
2757 time_before((stateid->si_boot + lease_time), get_seconds())) { 2757 time_before((unsigned long)(stateid->si_boot + lease_time), get_seconds())) {
2758 dprintk("NFSD: expired stateid (%08x/%08x/%08x/%08x)!\n", 2758 dprintk("NFSD: expired stateid (%08x/%08x/%08x/%08x)!\n",
2759 stateid->si_boot, stateid->si_stateownerid, 2759 stateid->si_boot, stateid->si_stateownerid,
2760 stateid->si_fileid, stateid->si_generation); 2760 stateid->si_fileid, stateid->si_generation);