Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 195726
b: refs/heads/master
c: 33d5d38
h: refs/heads/master
v: v3
  • Loading branch information
Mark Fasheh authored and Joel Becker committed May 6, 2010
1 parent 57de15b commit f258911
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: e3b4a97dbe9741a3227c3ed857a0632532fcd386
refs/heads/master: 33d5d380d667ad264675cfdb297dfc3c5b6542cc
4 changes: 3 additions & 1 deletion trunk/fs/ocfs2/suballoc.c
Original file line number Diff line number Diff line change
Expand Up @@ -755,7 +755,7 @@ int ocfs2_reserve_new_metadata_blocks(struct ocfs2_super *osb,
status = ocfs2_reserve_suballoc_bits(osb, (*ac),
EXTENT_ALLOC_SYSTEM_INODE,
(u32)osb->slot_num, NULL,
ALLOC_NEW_GROUP);
ALLOC_GROUPS_FROM_GLOBAL|ALLOC_NEW_GROUP);


if (status >= 0) {
Expand Down Expand Up @@ -1871,6 +1871,8 @@ int __ocfs2_claim_clusters(struct ocfs2_super *osb,
&& ac->ac_which != OCFS2_AC_USE_MAIN);

if (ac->ac_which == OCFS2_AC_USE_LOCAL) {
WARN_ON(min_clusters > 1);

status = ocfs2_claim_local_alloc_bits(osb,
handle,
ac,
Expand Down

0 comments on commit f258911

Please sign in to comment.