| 6883 | } |
| 6884 | |
| 6885 | void |
| 6886 | vn_seqc_write_end(struct vnode *vp) |
| 6887 | { |
| 6888 | |
| 6889 | VI_LOCK(vp); |
| 6890 | vn_seqc_write_end_locked(vp); |
| 6891 | VI_UNLOCK(vp); |
| 6892 | } |
| 6893 | |
| 6894 | /* |
| 6895 | * Special case handling for allocating and freeing vnodes. |
no test coverage detected