Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 189735
b: refs/heads/master
c: 1442145
h: refs/heads/master
i:
  189733: ed5fe6b
  189731: 82a03b7
  189727: 8a5585b
v: v3
  • Loading branch information
Anton Blanchard authored and Jens Axboe committed Apr 2, 2010
1 parent 901107c commit 4e38ab9
Show file tree
Hide file tree
Showing 2 changed files with 4 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: a506aedc51093544ff0f9610af6066d18cb6abbe
refs/heads/master: 144214537370b4f133a735446ebe86e90cfb2501
3 changes: 3 additions & 0 deletions trunk/mm/backing-dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -227,6 +227,9 @@ static struct device_attribute bdi_dev_attrs[] = {
static __init int bdi_class_init(void)
{
bdi_class = class_create(THIS_MODULE, "bdi");
if (IS_ERR(bdi_class))
return PTR_ERR(bdi_class);

bdi_class->dev_attrs = bdi_dev_attrs;
bdi_debug_init();
return 0;
Expand Down

0 comments on commit 4e38ab9

Please sign in to comment.