Whamcloud - gitweb
Merge from b_devel -> b_orphan
authoradilger <adilger>
Wed, 4 Jun 2003 21:34:43 +0000 (21:34 +0000)
committeradilger <adilger>
Wed, 4 Jun 2003 21:34:43 +0000 (21:34 +0000)
commit4786008cb5894f0cdfb77071a921cc6769dddc27
treeb7c85dad855e7a411a4461cd7bb73b3db7c1928d
parentb7c4d1001fdaa34cae963d03221b2dbac086f85c
Merge from b_devel -> b_orphan
  DEVEL_ORPHAN_UPDATE_PARENT_20030528 -> DEVEL_ORPHAN_UPDATE_PARENT_20030604

This is a non-functional commit, with osc/osc_request.c not compiling because
it is missing the "llog_commit_master" data struct, and does not have any
commit threads started yet.  I'm beginning to think the right thing to do
here is to create a single global llog_commit_master struct for the OSC, and
start a single thread at module setup time, and clean it all up at module
unload time, but I could be convinced otherwise.
18 files changed:
lustre/kernel_patches/kernel_configs/config-linux-2.4.18-i386 [new file with mode: 0644]
lustre/kernel_patches/kernel_configs/config-linux-2.4.18-p4smp-61chaos [new file with mode: 0644]
lustre/kernel_patches/kernel_configs/config-linux-2.4.18-uml [new file with mode: 0644]
lustre/kernel_patches/kernel_configs/config-linux-2.4.20-i386-rh [new file with mode: 0644]
lustre/kernel_patches/kernel_configs/config-linux-2.4.20-uml [new file with mode: 0644]
lustre/kernel_patches/patches/ext3-2.4-ino_t-2.4.19.patch [new file with mode: 0644]
lustre/kernel_patches/patches/ext3-delete_thread-2.4.18.patch [new file with mode: 0644]
lustre/kernel_patches/patches/ext3-delete_thread-2.4.19.patch [new file with mode: 0644]
lustre/kernel_patches/patches/ext3-orphan_lock-2.4.19.patch [new file with mode: 0644]
lustre/kernel_patches/patches/invalidate_show-2.4.20-rh.patch [new file with mode: 0644]
lustre/kernel_patches/patches/tcp-zero-copy.patch [new file with mode: 0644]
lustre/kernel_patches/pc/ext3-2.4-ino_t-2.4.19.pc [new file with mode: 0644]
lustre/kernel_patches/pc/ext3-delete_thread-2.4.18.pc [new file with mode: 0644]
lustre/kernel_patches/pc/ext3-delete_thread-2.4.19.pc [new file with mode: 0644]
lustre/kernel_patches/pc/ext3-orphan_lock-2.4.19.pc [new file with mode: 0644]
lustre/kernel_patches/pc/invalidate_show-2.4.20-rh.pc [new file with mode: 0644]
lustre/kernel_patches/pc/tcp-zero-copy.pc [new file with mode: 0644]
lustre/obdclass/simple.c