Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 74585
b: refs/heads/master
c: 4b01a0b
h: refs/heads/master
i:
  74583: 2ba9f73
v: v3
  • Loading branch information
Denis Cheng authored and Linus Torvalds committed Dec 5, 2007
1 parent 3358e56 commit cfdf51b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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: 0c664f974269bb4c3d38ba900c91a9a5d4cee5b1
refs/heads/master: 4b01a0b1613beeb01e12c78feb69e98f0da0a69a
4 changes: 2 additions & 2 deletions trunk/mm/backing-dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

int bdi_init(struct backing_dev_info *bdi)
{
int i, j;
int i;
int err;

for (i = 0; i < NR_BDI_STAT_ITEMS; i++) {
Expand All @@ -21,7 +21,7 @@ int bdi_init(struct backing_dev_info *bdi)

if (err) {
err:
for (j = 0; j < i; j++)
while (i--)
percpu_counter_destroy(&bdi->bdi_stat[i]);
}

Expand Down

0 comments on commit cfdf51b

Please sign in to comment.