Whamcloud - gitweb
Added code for obdfs to do writes to files and reads of directories and
authorbraam <braam>
Sun, 26 Sep 1999 03:20:37 +0000 (03:20 +0000)
committerbraam <braam>
Sun, 26 Sep 1999 03:20:37 +0000 (03:20 +0000)
commit1e7d496794cc655eabb30c1edb1a269aec6309dc
treea80a704c50e52f87a26763c98c90955fb57afad9
parent133a494b5ee8ed3c12b1711175ad2e0570371e2f
Added code for obdfs to do writes to files and reads of directories and
files.
13 files changed:
lustre/include/linux/obd_class.h
lustre/include/linux/obd_sim.h
lustre/include/linux/obd_support.h
lustre/include/linux/obdfs.h
lustre/obdclass/class_obd.c
lustre/obdclass/obdcontrol
lustre/obdfs/Makefile
lustre/obdfs/dir.c [new file with mode: 0644]
lustre/obdfs/file.c [new file with mode: 0644]
lustre/obdfs/namei.c [new file with mode: 0644]
lustre/obdfs/rw.c [new file with mode: 0644]
lustre/obdfs/super.c
lustre/obdfs/sysctl.c