]> git.openfabrics.org - ~shefty/rdma-dev.git/commitdiff
pnfs: do not need to clear NFS_LAYOUT_BULK_RECALL flag
authorFred Isaman <iisaman@netapp.com>
Thu, 3 Feb 2011 18:28:51 +0000 (18:28 +0000)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 11 Mar 2011 20:38:40 +0000 (15:38 -0500)
We do not need to clear the NFS_LAYOUT_BULK_RECALL, as setting it
guarantees that NFS_LAYOUT_DESTROYED will be set once any outstanding
io is finished.

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

index c8d9b2148cb15f5f0001ec4c480c77c0320553d1..c17edfbbaebf8c479597c1d24e4e977c91a75017 100644 (file)
@@ -254,7 +254,6 @@ put_lseg_locked(struct pnfs_layout_segment *lseg,
                        /* List does not take a reference, so no need for put here */
                        list_del_init(&lseg->pls_layout->plh_layouts);
                        spin_unlock(&clp->cl_lock);
-                       clear_bit(NFS_LAYOUT_BULK_RECALL, &lseg->pls_layout->plh_flags);
                        set_bit(NFS_LAYOUT_DESTROYED, &lseg->pls_layout->plh_flags);
                        /* Matched by initial refcount set in alloc_init_layout_hdr */
                        put_layout_hdr_locked(lseg->pls_layout);
@@ -754,7 +753,6 @@ pnfs_update_layout(struct inode *ino,
                        spin_lock(&clp->cl_lock);
                        list_del_init(&lo->plh_layouts);
                        spin_unlock(&clp->cl_lock);
-                       clear_bit(NFS_LAYOUT_BULK_RECALL, &lo->plh_flags);
                }
                spin_unlock(&ino->i_lock);
        }