From c0c12cdb0eb82c6a06968f7750142d8f4cb7172a Mon Sep 17 00:00:00 2001 From: adilger Date: Tue, 24 Aug 2004 05:19:59 +0000 Subject: [PATCH] Land b1_4_smallfix onto b1_4 (20040823_2030) - get a client lock in ll_inode_revalidate_it (b=3597) - ignore -ENOENT errors in osc_destroy (b=3639) - use "CATALOGS" for the llog catalogs, not "CATLIST" (old) (b=2841) - replace config semaphore with spinlock (b=3306) - reduce ns lock hold times when setting kms (b=3267) - change a dlm LBUG to LASSERTF, to maybe learn something (b=4228) - fix NULL deref and obd_dev leak on setup error (b=3312) - add /proc/sys/portals/routes for non-root route listing (b=3994) - allow setting MDS UUID in .xml (b=2580) - print the stack of a process that LBUGs (b=4228) --- lustre/kernel_patches/series/vanilla-2.4.24 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lustre/kernel_patches/series/vanilla-2.4.24 b/lustre/kernel_patches/series/vanilla-2.4.24 index 1b0035f..66880c6 100644 --- a/lustre/kernel_patches/series/vanilla-2.4.24 +++ b/lustre/kernel_patches/series/vanilla-2.4.24 @@ -40,3 +40,5 @@ ext3-extents-2.4.24.patch ext3-extents-asyncdel-2.4.24.patch ext3-mballoc-2.4.24.patch export-zap-page-range.patch +export_num_siblings.patch +ext3-nlinks-2.4.24.patch -- 1.8.3.1