Lines 5707-5714
nfsrv_checkgetattr(struct nfsrv_descript *nd, vnode_t
Link Here
|
5707 |
goto out; |
5707 |
goto out; |
5708 |
} |
5708 |
} |
5709 |
clp = stp->ls_clp; |
5709 |
clp = stp->ls_clp; |
5710 |
delegfilerev = stp->ls_filerev; |
|
|
5711 |
|
5710 |
|
|
|
5711 |
/* If the clientid is not confirmed, ignore the delegation. */ |
5712 |
if (clp->lc_flags & LCL_NEEDSCONFIRM) { |
5713 |
NFSUNLOCKSTATE(); |
5714 |
goto out; |
5715 |
} |
5716 |
|
5717 |
delegfilerev = stp->ls_filerev; |
5712 |
/* |
5718 |
/* |
5713 |
* If the Write delegation was issued as a part of this Compound RPC |
5719 |
* If the Write delegation was issued as a part of this Compound RPC |
5714 |
* or if we have an Implied Clientid (used in a previous Op in this |
5720 |
* or if we have an Implied Clientid (used in a previous Op in this |