• F
    pnfs: serialize LAYOUTGET(openstateid) · cf7d63f1
    Fred Isaman 提交于
    We shouldn't send a LAYOUTGET(openstateid) unless all outstanding RPCs
    using the previous stateid are completed.  This requires choosing the
    stateid to encode earlier, so we can abort if one is not available (we
    want to use the open stateid, but a LAYOUTGET is already out using
    it), and adding a count of the number of outstanding rpc calls using
    layout state (which for now consist solely of LAYOUTGETs).
    Signed-off-by: NFred Isaman <iisaman@netapp.com>
    Signed-off-by: NTrond Myklebust <Trond.Myklebust@netapp.com>
    cf7d63f1
nfs4proc.c 148.1 KB