]> git.karo-electronics.de Git - karo-tx-linux.git/commit
NFSv4.1: Don't drop the pnfs_layout_hdr after a layoutget failure
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Mon, 24 Sep 2012 17:07:16 +0000 (13:07 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Mon, 24 Sep 2012 17:24:26 +0000 (13:24 -0400)
commit220d4082af521ddbcc522595d9a957ebdab8d1d1
tree83b5ca0e68d3a8a76ca48341de590a7e552a2c9d
parent7b6ba70914ea19397332cf95549f78e6b939712c
NFSv4.1: Don't drop the pnfs_layout_hdr after a layoutget failure

We want to cache the pnfs_layout_hdr after a layoutget or i/o
failure so that pnfs_update_layout() can find it and know when
it is time to retry.

Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
fs/nfs/pnfs.c