ocfs2: Provide a wrapper to brelse() xattr bucket buffers.
authorJoel Becker <joel.becker@oracle.com>
Sat, 25 Oct 2008 00:16:48 +0000 (17:16 -0700)
committerMark Fasheh <mfasheh@suse.com>
Mon, 5 Jan 2009 16:34:17 +0000 (08:34 -0800)
commit6dde41d9e7ba62f84cd7e91c0e993500af32ceb6
tree631cd131bf627a63883a0eca5d612d1472998688
parent3e6329463e3a5c311e1d607ff3db735a18b6d67a
ocfs2: Provide a wrapper to brelse() xattr bucket buffers.

A common theme is walking all the buffer heads on an ocfs2_xattr_bucket
and releasing them.  Let's wrap that.

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