| 467 | } |
| 468 | |
| 469 | int |
| 470 | vop_stdadvlockpurge(struct vop_advlockpurge_args *ap) |
| 471 | { |
| 472 | struct vnode *vp; |
| 473 | |
| 474 | vp = ap->a_vp; |
| 475 | lf_purgelocks(vp, &vp->v_lockf); |
| 476 | return (0); |
| 477 | } |
| 478 | |
| 479 | /* |
| 480 | * vop_stdpathconf: |
nothing calls this directly
no test coverage detected