]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commit
ocfs2: Specify appropriate journal access for new xattr buckets.
authorJoel Becker <joel.becker@oracle.com>
Tue, 21 Oct 2008 01:32:48 +0000 (18:32 -0700)
committerMark Fasheh <mfasheh@suse.com>
Mon, 10 Nov 2008 17:51:46 +0000 (09:51 -0800)
commiteb6ff2397d1fdfc6a7629c99896338e5b5c508e5
tree86f10d7f9a87f508db26c9b780f6ed8635c8c8fd
parentbd60bd37ade4321ecce4ed4442f68c88febd76d5
ocfs2: Specify appropriate journal access for new xattr buckets.

There are a couple places that get an xattr bucket that may be reading
an existing one or may be allocating a new one.  They should specify the
correct journal access mode depending.

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