ocfs2: don't use handle for locking in allocation functions
authorMark Fasheh <mark.fasheh@oracle.com>
Sat, 7 Oct 2006 01:34:35 +0000 (18:34 -0700)
committerMark Fasheh <mark.fasheh@oracle.com>
Sat, 2 Dec 2006 02:27:49 +0000 (18:27 -0800)
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 <mark.fasheh@oracle.com>

No differences found