Whamcloud - gitweb
A solid part of the MDS request processing infrastructure.
authorbraam <braam>
Fri, 28 Dec 2001 04:41:15 +0000 (04:41 +0000)
committerbraam <braam>
Fri, 28 Dec 2001 04:41:15 +0000 (04:41 +0000)
commit30e4df0abf17b168e95912b73a975a82efa905eb
treed5677764555d665c63df40a7e016ef85c163de99
parenta146e9a0c89363a8493bb978d4cbabb9cfd6524f
A solid part of the MDS request processing infrastructure.
  - packing/unpacking and definition of requests
  - a server daemon
  - getattr call coded

Lustre idl file created:
  - move all interface definitions here
  - that's ioctl's, mds requests/replies & obd requests/replies

Makefiles:
  - configure.in can handle user mode linux now

utils:
  - fixed the obdctl library to support old version of readline.
14 files changed:
lustre/demos/config.sh
lustre/include/linux/lustre_idl.h [new file with mode: 0644]
lustre/include/linux/lustre_lib.h [new file with mode: 0644]
lustre/include/linux/lustre_mds.h [new file with mode: 0644]
lustre/include/linux/obd_class.h
lustre/include/linux/obdfs.h
lustre/lib/mds_pack.c [new file with mode: 0644]
lustre/mds/Makefile.am [new file with mode: 0644]
lustre/mds/handler.c [new file with mode: 0644]
lustre/obdclass/pack.c [new file with mode: 0644]
lustre/obdfs/super.c
lustre/utils/Makefile.am
lustre/utils/obdctl.c
lustre/utils/parser.c