Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 93004
b: refs/heads/master
c: 8ca646a
h: refs/heads/master
v: v3
  • Loading branch information
David Woodhouse committed Apr 22, 2008
1 parent 6f9697d commit 83fc5d7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition 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: f876a59dae09a353444913bdf73b125bc124a848
refs/heads/master: 8ca646abb4503f39a7d235b89b9f8015e3ab4631
1 change: 0 additions & 1 deletion trunk/fs/jffs2/nodemgmt.c
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ int jffs2_reserve_space(struct jffs2_sb_info *c, uint32_t minsize,
/* this needs a little more thought (true <tglx> :)) */
while(ret == -EAGAIN) {
while(c->nr_free_blocks + c->nr_erasing_blocks < blocksneeded) {
int ret;
uint32_t dirty, avail;

/* calculate real dirty size
Expand Down

0 comments on commit 83fc5d7

Please sign in to comment.