From: alex_tomas Date: Sat, 12 Jul 2003 09:51:50 +0000 (+0000) Subject: - inode-protection-from-pdflush.patch: an inode may have I_SKIP_PDFLUSH X-Git-Tag: v1_7_100~1^91~28 X-Git-Url: https://git.whamcloud.com/?a=commitdiff_plain;h=cd40ef2f9af575799b4fc3fb1f0f7d9ae6ac7d03;p=fs%2Flustre-release.git - 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 --- 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