]> git.baikalelectronics.ru Git - kernel.git/commit
ocfs2: Use proper journal_access function in xattr.c
authorJoel Becker <joel.becker@oracle.com>
Wed, 10 Dec 2008 00:11:49 +0000 (16:11 -0800)
committerMark Fasheh <mfasheh@suse.com>
Mon, 5 Jan 2009 16:40:34 +0000 (08:40 -0800)
commitf23eeab6baf55d8a87c2e6072b38bfb92946385d
tree3f69af46613a9aa74f9aa64f52aa67e55eef2116
parent2e4d3ea69c3877ae660994d6915d69ad18c129ca
ocfs2: Use proper journal_access function in xattr.c

Change the rest of the naked ocfs2_journal_access() calls in
fs/ocfs2/xattr.c to use the appropriate ocfs2_journal_access_*() call
for their metadata type.

Signed-off-by: Joel Becker <joel.becker@oracle.com>
Signed-off-by: Mark Fasheh <mfasheh@suse.com>
fs/ocfs2/xattr.c