]> git.baikalelectronics.ru Git - kernel.git/commit
ocfs2: Use buckets in ocfs2_xattr_set_entry_in_bucket().
authorJoel Becker <joel.becker@oracle.com>
Tue, 28 Oct 2008 01:07:45 +0000 (18:07 -0700)
committerMark Fasheh <mfasheh@suse.com>
Mon, 5 Jan 2009 16:34:18 +0000 (08:34 -0800)
commita151b9fcec887b69581d5ae083cab3827e7e0dfe
treea0342ca55b1c39a835a0425e3f8ca13560299776
parentaa8755bf943d8fd7ef23bccdf4b6b2d721ec3808
ocfs2: Use buckets in ocfs2_xattr_set_entry_in_bucket().

The ocfs2_xattr_set_entry_in_bucket() function is already working on an
ocfs2_xattr_bucket structure, so let's use the bucket API.

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