From: Joel Becker Date: Wed, 20 Aug 2008 23:57:27 +0000 (-0700) Subject: ocfs2: Make 'private' into 'object' on ocfs2_extent_tree. X-Git-Tag: v2.6.28-rc1~572^2~31 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ea5efa151265a743f48e3d371992a0100d73a0eb;p=pandora-kernel.git ocfs2: Make 'private' into 'object' on ocfs2_extent_tree. The 'private' pointer was a way to store off xattr values, which don't live at a set place in the bh. But the concept of "the object containing the extent tree" is much more generic. For an inode it's the struct ocfs2_dinode, for an xattr value its the value. Let's save off the 'object' at all times. If NULL is passed to ocfs2_get_extent_tree(), 'object' is set to bh->b_data; Signed-off-by: Joel Becker Signed-off-by: Mark Fasheh --- Reading git-diff-tree failed