From: Joel Becker Date: Wed, 26 Nov 2008 23:25:41 +0000 (-0800) Subject: ocfs2: Pass xs->bucket into ocfs2_add_new_xattr_bucket(). X-Git-Tag: v2.6.29-rc1~505^2~39 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91f2033fa997aa92607470ed1ef90685b9d77a8c;p=pandora-kernel.git ocfs2: Pass xs->bucket into ocfs2_add_new_xattr_bucket(). Pass the actual target bucket for insert through to ocfs2_add_new_xattr_bucket(). Now growing a bucket has no buffer_head knowledge. ocfs2_add_new_xattr_bucket() leavs xs->bucket in the proper state for insert. However, it doesn't update the rest of the search fields in xs, so we still have to relse() and re-find. That's OK, because everything is cached. Signed-off-by: Joel Becker Signed-off-by: Mark Fasheh --- Reading git-diff-tree failed