From 5baf8de473b9d7fef723241e4fde36f453e12722 Mon Sep 17 00:00:00 2001 From: adilger Date: Wed, 22 Jan 2003 10:10:25 +0000 Subject: [PATCH] Fixes for several bugs: - bug 670 (extN orphan inode assertion when fs is full - didn't dput enough) - bug 445 (get file size before file write to avoid ll_prepare_write zero) - we need to optimize ll_file_size() so we don't do getattr RPCs when we don't really need to (i.e. if we are already holding the size lock) - added testcases to sanityN.sh for this bug - bug 607 (set/get mtime on OST instead of MDS) - need to use osc_setattr and lov_setattr for the first time to allow mtime setattrs into the past (for tar or touch-with-a-time), but not used under normal usage because the OST updates the time locally for each write --- lustre/kernel_patches/series/hp-pnnl | 2 +- lustre/kernel_patches/series/vanilla-2.4.19 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/lustre/kernel_patches/series/hp-pnnl b/lustre/kernel_patches/series/hp-pnnl index 8196162..6cda31d 100644 --- a/lustre/kernel_patches/series/hp-pnnl +++ b/lustre/kernel_patches/series/hp-pnnl @@ -1,6 +1,6 @@ dev_read_only_hp.patch exports.patch kmem_cache_validate_hp.patch -jbd-transno-cb +jbd-transno-cb.patch lustre_version.patch vfs_intent_hp.patch diff --git a/lustre/kernel_patches/series/vanilla-2.4.19 b/lustre/kernel_patches/series/vanilla-2.4.19 index 636fe33..07ac2f9 100644 --- a/lustre/kernel_patches/series/vanilla-2.4.19 +++ b/lustre/kernel_patches/series/vanilla-2.4.19 @@ -1,2 +1,2 @@ -vanilla-2.4.19 -jbd-transno-cb +vanilla-2.4.19.patch +jbd-transno-cb.patch -- 1.8.3.1