From: Joel Becker Date: Fri, 24 Oct 2008 23:21:03 +0000 (-0700) Subject: ocfs2: Convenient access to an xattr bucket's block number. X-Git-Tag: v2.6.29-rc1~505^2~136 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c7759aa670918a48f0c6e06779cd20f2781a2ac;p=pandora-kernel.git ocfs2: Convenient access to an xattr bucket's block number. The xattr code often wants to know the block number of an xattr bucket. This is usually found by dereferencing the first bh hanging off of the ocfs2_xattr_bucket structure. Rather than do this all the time, let's provide a nice little macro. The idea is ripped from the ocfs2_path code. Signed-off-by: Joel Becker Signed-off-by: Mark Fasheh --- Reading git-diff-tree failed