Whamcloud - gitweb
- reworking the logging api for better layering
authorbraam <braam>
Mon, 8 Sep 2003 02:28:43 +0000 (02:28 +0000)
committerbraam <braam>
Mon, 8 Sep 2003 02:28:43 +0000 (02:28 +0000)
commit22fd0e6578d6b4991fc61c128e232f6d31e8474a
tree93dbaba8242fab36651384cc4232ec783a066f54
parent4c9f2312f662a9d0361ba23e4911582b4c12d05b
- reworking the logging api for better layering
- beginning of Lustre vfs library lvfs
13 files changed:
lustre/include/linux/lvfs.h [new file with mode: 0644]
lustre/include/linux/lvfs_linux.h [new file with mode: 0644]
lustre/lvfs/.cvsignore [new file with mode: 0644]
lustre/lvfs/Makefile.am [new file with mode: 0644]
lustre/lvfs/fsfilt.c [new file with mode: 0644]
lustre/lvfs/fsfilt_ext3.c [new file with mode: 0644]
lustre/lvfs/fsfilt_extN.c [new file with mode: 0644]
lustre/lvfs/fsfilt_reiserfs.c [new file with mode: 0644]
lustre/lvfs/lvfs_internal.h [new file with mode: 0644]
lustre/lvfs/lvfs_linux.c [new file with mode: 0644]
lustre/obdclass/llog.c [new file with mode: 0644]
lustre/obdclass/llog_cat.c [new file with mode: 0644]
lustre/obdclass/llog_lvfs.c [new file with mode: 0644]