commit | da5cbf2f9df922cfdafa39351691fa83517f1e25 | [log] [tgz] |
---|---|---|
author | Mark Fasheh <mark.fasheh@oracle.com> | Fri Oct 06 18:34:35 2006 -0700 |
committer | Mark Fasheh <mark.fasheh@oracle.com> | Fri Dec 01 18:27:49 2006 -0800 |
tree | 845dc288b72f0408870f50605bb3c96eec978dd8 | |
parent | 8d5596c687c49c1d8812c3456946dec15d069139 [diff] |
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 <mark.fasheh@oracle.com>