Skip to content
Snippets Groups Projects
Commit ff2e38c2 authored by kalpak's avatar kalpak
Browse files

b=16199

  i=adilger
  i=girish

  ctime should not be updated through filter_set_md()
parent 010b65e8
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment