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:
ce61d31
)
b=16199
author
kalpak
<kalpak>
Sat, 19 Jul 2008 13:16:45 +0000
(13:16 +0000)
committer
kalpak
<kalpak>
Sat, 19 Jul 2008 13:16:45 +0000
(13:16 +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
88bf8dd
..
8f591bd
100644
(file)
--- 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();