]> git.baikalelectronics.ru Git - kernel.git/commit
ocfs2: Use the right access_* method in ctime update of xattr.
authorTao Ma <tao.ma@oracle.com>
Mon, 16 Feb 2009 20:39:28 +0000 (04:39 +0800)
committerMark Fasheh <mfasheh@suse.com>
Thu, 26 Feb 2009 19:51:11 +0000 (11:51 -0800)
commitde5405b1c5ba4f995d4865ace22d3791349c241a
tree0168dc1ee1a92981c74c73e9a224e9d4fe63b048
parentd102a1fdb870349b99db0d75489f6867e4089905
ocfs2: Use the right access_* method in ctime update of xattr.

In ctime updating of xattr, it use the wrong type of access for
inode, so use ocfs2_journal_access_di instead.

Reported-and-Tested-by: Tristan Ye <tristan.ye@oracle.com>
Signed-off-by: Tao Ma <tao.ma@oracle.com>
Acked-by: Joel Becker <joel.becker@oracle.com>
Signed-off-by: Mark Fasheh <mfasheh@suse.com>
fs/ocfs2/xattr.c