summaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/localalloc.h
diff options
context:
space:
mode:
authorMark Fasheh2006-10-07 03:34:35 +0200
committerMark Fasheh2006-12-02 03:27:49 +0100
commitda5cbf2f9df922cfdafa39351691fa83517f1e25 (patch)
tree845dc288b72f0408870f50605bb3c96eec978dd8 /fs/ocfs2/localalloc.h
parentocfs2: don't pass handle to ocfs2_meta_lock in ocfs2_rename() (diff)
downloadkernel-qcow2-linux-da5cbf2f9df922cfdafa39351691fa83517f1e25.tar.gz
kernel-qcow2-linux-da5cbf2f9df922cfdafa39351691fa83517f1e25.tar.xz
kernel-qcow2-linux-da5cbf2f9df922cfdafa39351691fa83517f1e25.zip
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>
Diffstat (limited to 'fs/ocfs2/localalloc.h')
-rw-r--r--fs/ocfs2/localalloc.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/ocfs2/localalloc.h b/fs/ocfs2/localalloc.h
index 30f88ce14e46..4bd624ce380a 100644
--- a/fs/ocfs2/localalloc.h
+++ b/fs/ocfs2/localalloc.h
@@ -42,7 +42,6 @@ int ocfs2_alloc_should_use_local(struct ocfs2_super *osb,
struct ocfs2_alloc_context;
int ocfs2_reserve_local_alloc_bits(struct ocfs2_super *osb,
- struct ocfs2_journal_handle *passed_handle,
u32 bits_wanted,
struct ocfs2_alloc_context *ac);