Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 131821
b: refs/heads/master
c: 89a907a
h: refs/heads/master
i:
  131819: e659bf8
v: v3
  • Loading branch information
Tao Ma authored and Mark Fasheh committed Feb 26, 2009
1 parent 2daf71a commit ea20299
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 53ecd25e148615e0ed2a72635cc76f4773f97f90
refs/heads/master: 89a907afe073b8971a83d0ad54f391542b64d327
5 changes: 3 additions & 2 deletions trunk/fs/ocfs2/xattr.c
Original file line number Diff line number Diff line change
Expand Up @@ -2592,8 +2592,9 @@ static int __ocfs2_xattr_set_handle(struct inode *inode,

if (!ret) {
/* Update inode ctime. */
ret = ocfs2_journal_access(ctxt->handle, inode, xis->inode_bh,
OCFS2_JOURNAL_ACCESS_WRITE);
ret = ocfs2_journal_access_di(ctxt->handle, inode,
xis->inode_bh,
OCFS2_JOURNAL_ACCESS_WRITE);
if (ret) {
mlog_errno(ret);
goto out;
Expand Down

0 comments on commit ea20299

Please sign in to comment.