ocfs2: Teach ocfs2_xa_loc how to do its own journal work
authorJoel Becker <joel.becker@oracle.com>
Tue, 18 Aug 2009 20:52:38 +0000 (13:52 -0700)
committerJoel Becker <joel.becker@oracle.com>
Fri, 26 Feb 2010 23:41:11 +0000 (15:41 -0800)
commitcf2bc809403ae48a4a2bb5cc551d2ec35f2e4a47
tree3e1a0e3b8be59354325b68a169c5e8e4b8f1bf18
parent3fc12afa0cea5dc8845487b685165c89934ca1eb
ocfs2: Teach ocfs2_xa_loc how to do its own journal work

We're going to want to make sure our buffers get accessed and dirtied
correctly.  So have the xa_loc do the work.  This includes storing the
inode on ocfs2_xa_loc.

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