Whamcloud - gitweb
Numerous changes:
authorbraam <braam>
Tue, 11 Dec 2001 21:08:42 +0000 (21:08 +0000)
committerbraam <braam>
Tue, 11 Dec 2001 21:08:42 +0000 (21:08 +0000)
commit58c14f99437bf9858f817e0a17b5007831987aa8
treef2f0a01f89b0a1a723590e94c6b55b664f555ef3
parentfc307cc932f992369c27966eaf193e63a73c6afd
Numerous changes:
  - new control utility  - no Perl
  - filter obd halfway coded ; requires new patches to kernel
  - big cleanup in the class driver with better packed ioctls
  - macros to pack other things, like network packets
21 files changed:
lustre/demos/Makefile.in
lustre/include/linux/obd_class.h
lustre/include/linux/obd_filter.h [new file with mode: 0644]
lustre/include/linux/obd_support.h
lustre/include/linux/obdfs.h
lustre/obdclass/Makefile.am
lustre/obdclass/Makefile.in
lustre/obdclass/class_obd.c
lustre/obdclass/genops.c
lustre/obdfilter/Makefile.am [new file with mode: 0644]
lustre/obdfilter/filter.c [new file with mode: 0644]
lustre/obdfs/Makefile.am
lustre/obdfs/Makefile.in
lustre/obdfs/super.c
lustre/scripts/Makefile.in
lustre/utils/Makefile.am [new file with mode: 0644]
lustre/utils/Pack.pm [new file with mode: 0644]
lustre/utils/obdcontrol [moved from lustre/obdclass/obdcontrol with 88% similarity]
lustre/utils/obdctl.c [new file with mode: 0644]
lustre/utils/parser.c [new file with mode: 0644]
lustre/utils/parser.h [new file with mode: 0644]