]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitf08e5fef6a5b4a441466e5124b665bc9c461e70d
tree2d767b29b9e6bea6a187b044cf9dce49e6abfa42
parent17d0db15ed109956c01abdea6938d6e4858693f2
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