Whamcloud - gitweb
- ext3_stop_delete_thread() has to wait for nullified s_delete_list,
authoralex <alex>
Tue, 13 Jan 2004 18:56:05 +0000 (18:56 +0000)
committeralex <alex>
Tue, 13 Jan 2004 18:56:05 +0000 (18:56 +0000)
commit3bcc1e0682bfae6d74422136c8407badf5a94562
tree1e105979aab8add1c155bb88864917de437a1f48
parent5cacec5a1b4eb74c77d78774846f29c68b106c44
- ext3_stop_delete_thread() has to wait for nullified s_delete_list,
  not for emptyness
- ext3_stop_delete_thread() must not be called from ->put_super() context,
  because ->put_super() is called with sb being locked. so, that
  routine is called from ->sync_fs() context
- chaos-2.4.18 should drop sb lock before calling ->sync_fs()
- virgin 2.4.20 has no ->sync_fs(), so introduce it by delete-thread patch
- kernel_text_address patch has been added to rh-2.4.22 series
13 files changed:
lustre/kernel_patches/patches/ext3-delete_thread-2.4.18.patch
lustre/kernel_patches/patches/ext3-delete_thread-2.4.20-hp.patch [new file with mode: 0644]
lustre/kernel_patches/patches/ext3-delete_thread-2.4.20.patch
lustre/kernel_patches/patches/ext3-delete_thread-2.4.21-chaos.patch
lustre/kernel_patches/patches/ext3-delete_thread-2.4.24.patch
lustre/kernel_patches/patches/ext3-delete_thread-suse.patch
lustre/kernel_patches/patches/ext3-extents-2.4.18-chaos.patch
lustre/kernel_patches/patches/ext3_delete_thread_2.4.20_chaos.patch
lustre/kernel_patches/series/chaos-2.4.18
lustre/kernel_patches/series/hp-pnnl-2.4.20
lustre/kernel_patches/series/rh-2.4.20
lustre/kernel_patches/series/rh-2.4.22
lustre/kernel_patches/series/vanilla-2.4.20