Whamcloud - gitweb
- inode-protection-from-pdflush.patch: an inode may have I_SKIP_PDFLUSH
authoralex_tomas <alex_tomas>
Sat, 12 Jul 2003 09:51:50 +0000 (09:51 +0000)
committeralex_tomas <alex_tomas>
Sat, 12 Jul 2003 09:51:50 +0000 (09:51 +0000)
  flag which protects it from to be processed by pdflush's writeback
  mechanism. this allows us to work locking problem with lustre_fwrite()
  around
- MDS sets I_SKIP_PDFLUSH flag on 'last record' file
- filter_prep() sets I_SKIP_PDFLUSH flag
- inode-protection-from-pdflush.patch has been included in kgdb-2.5.73
  series

lustre/kernel_patches/series/kgdb-2.5.73

index 01f3ea0..8ce37c3 100644 (file)
@@ -16,3 +16,4 @@ iopen-2.5.73.patch
 export-truncate-2.5.63.patch
 qla2xxx-v8.00.00b1-2.5.73.patch
 ext3-noread-inode.patch
+inode-protection-from-pdflush.patch