From ea2029962d709597ebdc4541b51274cc7d4b602e Mon Sep 17 00:00:00 2001 From: Tao Ma Date: Tue, 17 Feb 2009 04:39:28 +0800 Subject: [PATCH] --- yaml --- r: 131821 b: refs/heads/master c: 89a907afe073b8971a83d0ad54f391542b64d327 h: refs/heads/master i: 131819: e659bf8dbe18e527c64a8774a729ba6ca30f875c v: v3 --- [refs] | 2 +- trunk/fs/ocfs2/xattr.c | 5 +++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index fec722dd624a..f176136a5550 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 53ecd25e148615e0ed2a72635cc76f4773f97f90 +refs/heads/master: 89a907afe073b8971a83d0ad54f391542b64d327 diff --git a/trunk/fs/ocfs2/xattr.c b/trunk/fs/ocfs2/xattr.c index 915039fffe6e..e3933158e1d7 100644 --- a/trunk/fs/ocfs2/xattr.c +++ b/trunk/fs/ocfs2/xattr.c @@ -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;