Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
010b65e
)
b=16199
author
kalpak
<kalpak>
Sat, 19 Jul 2008 13:24:11 +0000
(13:24 +0000)
committer
kalpak
<kalpak>
Sat, 19 Jul 2008 13:24:11 +0000
(13:24 +0000)
i=adilger
i=girish
ctime should not be updated through filter_set_md()
lustre/lvfs/fsfilt_ext3.c
patch
|
blob
|
history
diff --git
a/lustre/lvfs/fsfilt_ext3.c
b/lustre/lvfs/fsfilt_ext3.c
index
78ea867
..
192840f
100644
(file)
--- a/
lustre/lvfs/fsfilt_ext3.c
+++ b/
lustre/lvfs/fsfilt_ext3.c
@@
-566,7
+566,7
@@
static int fsfilt_ext3_set_md(struct inode *inode, void *handle,
LASSERT(TRYLOCK_INODE_MUTEX(inode) == 0);
rc = ext3_xattr_set_handle(handle, inode, EXT3_XATTR_INDEX_TRUSTED,
- name, lmm, lmm_size,
0
);
+ name, lmm, lmm_size,
XATTR_NO_CTIME
);
if (rc && rc != -EROFS)