Skip to content
Commit e4e83ea4 authored by J. Bruce Fields's avatar J. Bruce Fields
Browse files

Revert "nfsd4: distinguish expired from stale stateids"



This reverts commit 78155ed7.

We're depending here on the boot time that we use to generate the
stateid being monotonic, but get_seconds() is not necessarily.

We still depend at least on boot_time being different every time, but
that is a safer bet.

We have a few reports of errors that might be explained by this problem,
though we haven't been able to confirm any of them.

But the minor gain of distinguishing expired from stale errors seems not
worth the risk.

Conflicts:

	fs/nfsd/nfs4state.c

Signed-off-by: default avatarJ. Bruce Fields <bfields@citi.umich.edu>
parent 47cee541
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment