From 99f636d2a5f424af54b24e5833be7c66ff22e639 Mon Sep 17 00:00:00 2001 From: kalpak Date: Sat, 19 Jul 2008 13:21:19 +0000 Subject: [PATCH] b=16199 i=adilger i=girish ctime should not be updated through filter_set_md() --- lustre/lvfs/fsfilt_ext3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lustre/lvfs/fsfilt_ext3.c b/lustre/lvfs/fsfilt_ext3.c index 88bf8dd..8f591bd 100644 --- a/lustre/lvfs/fsfilt_ext3.c +++ b/lustre/lvfs/fsfilt_ext3.c @@ -609,7 +609,7 @@ static int fsfilt_ext3_set_md(struct inode *inode, void *handle, lock_24kernel(); rc = ext3_xattr_set_handle(handle, inode, EXT3_XATTR_INDEX_TRUSTED, - name, lmm, lmm_size, 0); + name, lmm, lmm_size, XATTR_NO_CTIME); unlock_24kernel(); -- 1.8.3.1