]> bbs.cooldavid.org Git - net-next-2.6.git/commit
ocfs2: Gell into ocfs2_xa_set()
authorJoel Becker <joel.becker@oracle.com>
Wed, 19 Aug 2009 03:40:14 +0000 (20:40 -0700)
committerJoel Becker <joel.becker@oracle.com>
Fri, 26 Feb 2010 23:41:11 +0000 (15:41 -0800)
commitbca5e9bd1eb2a9422a2ff29e822a956310653754
tree593e82a8bc6782141eb31f5d2274c0597f950c2f
parent73857ee0b548017f9632a0d0e6fe2dabbdc11d31
ocfs2: Gell into ocfs2_xa_set()

ocfs2_xa_set() wraps the ocfs2_xa_prepare_entry()/ocfs2_xa_store_value()
logic.  Both callers can now use the same routine.  ocfs2_xa_remove()
moves directly into ocfs2_xa_set().

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