nfsd: fix laundromat next-run-time calculation
authorJeff Layton <jlayton@primarydata.com>
Fri, 30 May 2014 13:09:26 +0000 (09:09 -0400)
committerJ. Bruce Fields <bfields@redhat.com>
Sat, 31 May 2014 00:25:28 +0000 (20:25 -0400)
commita832e7ae8b4f71fc522089d83fd445693aa7dbc5
tree2d767b29b9e6bea6a187b044cf9dce49e6abfa42
parentda2ebce6a0f64cc01bd00aba998c0a4fa7c09843
nfsd: fix laundromat next-run-time calculation

The laundromat uses two variables to calculate when it should next run,
but one is completely ignored at the end of the run. Merge the two and
rename the variable to be more descriptive of what it does.

Signed-off-by: Jeff Layton <jlayton@primarydata.com>
Signed-off-by: J. Bruce Fields <bfields@redhat.com>
fs/nfsd/nfs4state.c