From a4d5886e78cc7cf6a542ee2608cfb0d84e0619a2 Mon Sep 17 00:00:00 2001 From: adilger Date: Mon, 23 Sep 2002 23:44:13 +0000 Subject: [PATCH] Update htree patch to apply to the RH kernel. To keep it usable on other kernels (since this change is not yet even in 2.4.20-pre7) we should have a separate pre-patch which does only the RH fixes themselves to a stock kernel. --- lustre/extN/htree-ext3-2.4.18.diff | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/extN/htree-ext3-2.4.18.diff b/lustre/extN/htree-ext3-2.4.18.diff index 0b13667..936ff8f 100644 --- a/lustre/extN/htree-ext3-2.4.18.diff +++ b/lustre/extN/htree-ext3-2.4.18.diff @@ -923,8 +923,8 @@ - */ - dir->i_mtime = dir->i_ctime = CURRENT_TIME; - dir->u.ext3_i.i_flags &= ~EXT3_INDEX_FL; -- ext3_mark_inode_dirty(handle, dir); - dir->i_version = ++event; +- ext3_mark_inode_dirty(handle, dir); - BUFFER_TRACE(bh, "call ext3_journal_dirty_metadata"); - ext3_journal_dirty_metadata(handle, bh); + nlen = EXT3_DIR_REC_LEN(de->name_len); -- 1.8.3.1