11.1Sjmmv- Verify that file holes work (they should, but must be checked).  Add a
21.1Sjmmv  regression test for this feature.
31.1Sjmmv
41.1Sjmmv- Fix and complete code marked with `XXX' and `TODO' tags.
51.4Sjdolecek
61.4Sjdolecek- Adjust code style - remove the /* ---- */ markers and use standard
71.4Sjdolecek  struct vop_*_args assignment into *ap with comment like:
81.8Sriastrad        struct vop_link_v2_args /* {
91.4Sjdolecek                struct vnode *a_dvp;
101.4Sjdolecek                struct vnode *a_vp;
111.4Sjdolecek                struct componentname *a_cnp;
121.4Sjdolecek        } */ *ap = v;
131.4Sjdolecek
141.5Sjmmv  jmmv: I may agree with the removal of the visual lines, but not with the
151.5Sjmmv  vop_*_args assignment.  Those are very ugly and add a lot of redundancy.
16