commit | 3e6329463e3a5c311e1d607ff3db735a18b6d67a | [log] [tgz] |
---|---|---|
author | Joel Becker <joel.becker@oracle.com> | Fri Oct 24 17:04:49 2008 -0700 |
committer | Mark Fasheh <mfasheh@suse.com> | Mon Jan 05 08:34:16 2009 -0800 |
tree | 9c27f3e08be43e93f69103561f197d2beee22c97 | |
parent | 51def39f0cabd46131c7c4df08751cb0cb9433d1 [diff] |
ocfs2: Convenient access to an xattr bucket's header. The xattr code often wants to access the ocfs2_xattr_header at the start of an bucket. Rather than walk the pointer chains, let's just create another nice macro. As a side benefit, we can get rid of the mostly spurious ->bu_xh element on the bucket structure. The idea is ripped from the ocfs2_path code. Signed-off-by: Joel Becker <joel.becker@oracle.com> Signed-off-by: Mark Fasheh <mfasheh@suse.com>