From cd40ef2f9af575799b4fc3fb1f0f7d9ae6ac7d03 Mon Sep 17 00:00:00 2001 From: alex_tomas Date: Sat, 12 Jul 2003 09:51:50 +0000 Subject: [PATCH] - inode-protection-from-pdflush.patch: an inode may have I_SKIP_PDFLUSH 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/lustre/kernel_patches/series/kgdb-2.5.73 b/lustre/kernel_patches/series/kgdb-2.5.73 index 01f3ea0..8ce37c3 100644 --- a/lustre/kernel_patches/series/kgdb-2.5.73 +++ b/lustre/kernel_patches/series/kgdb-2.5.73 @@ -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 -- 1.8.3.1