From b6843463b2f5724304971ab26fe71ed8952d464e Mon Sep 17 00:00:00 2001 From: adilger Date: Sat, 1 Feb 2003 07:42:42 +0000 Subject: [PATCH] Add invalidate-show patch to kernel. Move docs to a more noticable place. --- lustre/kernel_patches/pc/invalidate_show.pc | 5 +++++ lustre/kernel_patches/series/chaos | 1 + lustre/kernel_patches/series/hp-pnnl | 1 + lustre/kernel_patches/series/vanilla-2.4.18 | 1 + lustre/kernel_patches/series/vanilla-2.4.19 | 1 + lustre/kernel_patches/txt/invalidate_show.txt | 3 +++ 6 files changed, 12 insertions(+) create mode 100644 lustre/kernel_patches/pc/invalidate_show.pc create mode 100644 lustre/kernel_patches/txt/invalidate_show.txt diff --git a/lustre/kernel_patches/pc/invalidate_show.pc b/lustre/kernel_patches/pc/invalidate_show.pc new file mode 100644 index 0000000..1f565ab --- /dev/null +++ b/lustre/kernel_patches/pc/invalidate_show.pc @@ -0,0 +1,5 @@ +fs/inode.c +fs/block_dev.c +fs/devfs/base.c +fs/super.c +include/linux/fs.h diff --git a/lustre/kernel_patches/series/chaos b/lustre/kernel_patches/series/chaos index ea265c9..c60e4e9 100644 --- a/lustre/kernel_patches/series/chaos +++ b/lustre/kernel_patches/series/chaos @@ -3,4 +3,5 @@ exports.patch kmem_cache_validate.patch lustre_version.patch vfs_intent-2.4.18-18.patch +invalidate-show.patch iod-rmap-exports.patch diff --git a/lustre/kernel_patches/series/hp-pnnl b/lustre/kernel_patches/series/hp-pnnl index 6cda31d..dd3fe11 100644 --- a/lustre/kernel_patches/series/hp-pnnl +++ b/lustre/kernel_patches/series/hp-pnnl @@ -4,3 +4,4 @@ kmem_cache_validate_hp.patch jbd-transno-cb.patch lustre_version.patch vfs_intent_hp.patch +invalidate-show.patch diff --git a/lustre/kernel_patches/series/vanilla-2.4.18 b/lustre/kernel_patches/series/vanilla-2.4.18 index 314a8c3..5d18f18 100644 --- a/lustre/kernel_patches/series/vanilla-2.4.18 +++ b/lustre/kernel_patches/series/vanilla-2.4.18 @@ -1 +1,2 @@ vanilla-2.4.18 +invalidate-show.patch diff --git a/lustre/kernel_patches/series/vanilla-2.4.19 b/lustre/kernel_patches/series/vanilla-2.4.19 index 07ac2f9..68ebce0 100644 --- a/lustre/kernel_patches/series/vanilla-2.4.19 +++ b/lustre/kernel_patches/series/vanilla-2.4.19 @@ -1,2 +1,3 @@ vanilla-2.4.19.patch jbd-transno-cb.patch +invalidate-show.patch diff --git a/lustre/kernel_patches/txt/invalidate_show.txt b/lustre/kernel_patches/txt/invalidate_show.txt new file mode 100644 index 0000000..88f093a --- /dev/null +++ b/lustre/kernel_patches/txt/invalidate_show.txt @@ -0,0 +1,3 @@ +DESC +Prints which inodes are busy at filesystem unmount time. +EDESC -- 1.8.3.1