]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blobdiff - fs/nfs/nfs4session.c
Merge tag 'mvebu-fixes-4.14-3' of git://git.infradead.org/linux-mvebu into fixes
[mirror_ubuntu-bionic-kernel.git] / fs / nfs / nfs4session.c
index a61350f75c741d734475cfa38903118d673b76aa..769b85655c4bac073160bb5588765696060cde52 100644 (file)
@@ -169,7 +169,7 @@ bool nfs4_try_to_lock_slot(struct nfs4_slot_table *tbl, struct nfs4_slot *slot)
 struct nfs4_slot *nfs4_lookup_slot(struct nfs4_slot_table *tbl, u32 slotid)
 {
        if (slotid <= tbl->max_slotid)
-               return nfs4_find_or_create_slot(tbl, slotid, 1, GFP_NOWAIT);
+               return nfs4_find_or_create_slot(tbl, slotid, 0, GFP_NOWAIT);
        return ERR_PTR(-E2BIG);
 }