Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 109719
b: refs/heads/master
c: 131130b
h: refs/heads/master
i:
  109717: 35b44f0
  109715: 702d657
  109711: 2302da0
v: v3
  • Loading branch information
Artem Bityutskiy authored and Artem Bityutskiy committed Aug 31, 2008
1 parent 8d05ab7 commit daf533a
Show file tree
Hide file tree
Showing 2 changed files with 2 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: ad507653a39e0d27404291e5d813683265388a20
refs/heads/master: 131130b9a1e6e523c64b34137b14f88ae1382a6a
2 changes: 1 addition & 1 deletion trunk/fs/ubifs/find.c
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ int ubifs_find_dirty_leb(struct ubifs_info *c, struct ubifs_lprops *ret_lp,
int lebs, rsvd_idx_lebs = 0;

spin_lock(&c->space_lock);
lebs = c->lst.empty_lebs;
lebs = c->lst.empty_lebs + c->idx_gc_cnt;
lebs += c->freeable_cnt - c->lst.taken_empty_lebs;

/*
Expand Down

0 comments on commit daf533a

Please sign in to comment.