Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 210894
b: refs/heads/master
c: 976e48f
h: refs/heads/master
v: v3
  • Loading branch information
Jan Kara authored and Jens Axboe committed Sep 22, 2010
1 parent 39bc604 commit 886c529
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 180be2a0420a0d680285e9352c0db85016b9ed2a
refs/heads/master: 976e48f8a5b02fc33f3e5cad87fb3fcea041a49c
2 changes: 2 additions & 0 deletions trunk/mm/backing-dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ EXPORT_SYMBOL_GPL(default_backing_dev_info);

struct backing_dev_info noop_backing_dev_info = {
.name = "noop",
.capabilities = BDI_CAP_NO_ACCT_AND_WRITEBACK,
};
EXPORT_SYMBOL_GPL(noop_backing_dev_info);

Expand Down Expand Up @@ -243,6 +244,7 @@ static int __init default_bdi_init(void)
err = bdi_init(&default_backing_dev_info);
if (!err)
bdi_register(&default_backing_dev_info, NULL, "default");
err = bdi_init(&noop_backing_dev_info);

return err;
}
Expand Down

0 comments on commit 886c529

Please sign in to comment.