]> git.karo-electronics.de Git - karo-tx-linux.git/commit
NFSv4.1: Get rid of the NFS_LAYOUT_DESTROYED state
authorTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 21 Sep 2012 18:48:04 +0000 (14:48 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Mon, 24 Sep 2012 17:24:32 +0000 (13:24 -0400)
commit34734281cbad8820852f72191266062b29e78f3d
tree48ebb53cf028be8b4218c00b2c2b155501954132
parent061511afc15dee19f86cda5e25c3863552098adc
NFSv4.1: Get rid of the NFS_LAYOUT_DESTROYED state

We already have a mechanism for blocking LAYOUTGET by means of the
plh_block_lgets counter. The only "service" that NFS_LAYOUT_DESTROYED
provides at this point is to block layoutget once the layout segment
list is empty, which basically means that you have to wait until
the pnfs_layout_hdr is destroyed before you can do pNFS on that file
again.

This patch enables the reuse of the pnfs_layout_hdr if the layout
segment list is empty.

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