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)
commit84008972491ca91b240f106191519781dabb8016
tree3f69af46613a9aa74f9aa64f52aa67e55eef2116
parent4311901daabe1d0f22cfcf86c57ad450f14b4e9f
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