pNFS: The client must not do I/O to the DS if it's lease has expired
authorTrond Myklebust <trond.myklebust@primarydata.com>
Tue, 23 Aug 2016 15:19:33 +0000 (11:19 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 24 Sep 2016 08:07:36 +0000 (10:07 +0200)
commitab8cf653505e6f9194b7be41388941dcc7560ef9
tree1edf5b64a00d7936a109e5bbb89eca58988f35ed
parenta37004d339b848e987f2f0119e537a8ba8ffe285
pNFS: The client must not do I/O to the DS if it's lease has expired

commit b88fa69eaa8649f11828158c7b65c4bcd886ebd5 upstream.

Ensure that the client conforms to the normative behaviour described in
RFC5661 Section 12.7.2: "If a client believes its lease has expired,
it MUST NOT send I/O to the storage device until it has validated its
lease."

So ensure that we wait for the lease to be validated before using
the layout.

Signed-off-by: Trond Myklebust <trond.myklebust@primarydata.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
fs/nfs/pnfs.c