diff options
author | Greg Kroah-Hartman <gregkh@suse.de> | 2006-08-15 23:31:36 +0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2006-08-15 23:31:36 +0400 |
commit | 80914d97aa0c61fbfd8eadd120c863b6229f0809 (patch) | |
tree | 4d4d08a8ccbfcdabb40cc457badfd053056a7bdd /fs/ocfs2/suballoc.h | |
parent | 74361cb6828398a96167b3234e186fbd731e5f30 (diff) | |
parent | 883d4cae4a2b01a05193cf2665c77b7489a8b6a0 (diff) | |
download | linux-80914d97aa0c61fbfd8eadd120c863b6229f0809.tar.xz |
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2
Diffstat (limited to 'fs/ocfs2/suballoc.h')
-rw-r--r-- | fs/ocfs2/suballoc.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/ocfs2/suballoc.h b/fs/ocfs2/suballoc.h index a76c82a7ceac..c787838d1052 100644 --- a/fs/ocfs2/suballoc.h +++ b/fs/ocfs2/suballoc.h @@ -49,6 +49,8 @@ struct ocfs2_alloc_context { u16 ac_chain; int ac_allow_chain_relink; group_search_t *ac_group_search; + + u64 ac_last_group; }; void ocfs2_free_alloc_context(struct ocfs2_alloc_context *ac); |