From: Mark Fasheh Date: Sat, 7 Oct 2006 01:34:35 +0000 (-0700) Subject: ocfs2: don't use handle for locking in allocation functions X-Git-Tag: v2.6.20-rc1~34^2~40^2~4^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=da5cbf2f9df922cfdafa39351691fa83517f1e25;p=pandora-kernel.git ocfs2: don't use handle for locking in allocation functions Instead we record our state on the allocation context structure which all callers already know about and lifetime correctly. This means the reservation functions don't need a handle passed in any more, and we can also take it off the alloc context. Signed-off-by: Mark Fasheh --- Reading git-diff-tree failed