Home | History | Annotate | Line # | Download | only in tmpfs
TODO revision 1.6.76.1
      1  1.1      jmmv - Verify that file holes work (they should, but must be checked).  Add a
      2  1.1      jmmv   regression test for this feature.
      3  1.1      jmmv 
      4  1.1      jmmv - Fix and complete code marked with `XXX' and `TODO' tags.
      5  1.4  jdolecek 
      6  1.4  jdolecek - Adjust code style - remove the /* ---- */ markers and use standard
      7  1.4  jdolecek   struct vop_*_args assignment into *ap with comment like:
      8  1.4  jdolecek         struct vop_link_args /* {
      9  1.4  jdolecek                 struct vnode *a_dvp;
     10  1.4  jdolecek                 struct vnode *a_vp;
     11  1.4  jdolecek                 struct componentname *a_cnp;
     12  1.4  jdolecek         } */ *ap = v;
     13  1.4  jdolecek 
     14  1.5      jmmv   jmmv: I may agree with the removal of the visual lines, but not with the
     15  1.5      jmmv   vop_*_args assignment.  Those are very ugly and add a lot of redundancy.
     16