Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 155300
b: refs/heads/master
c: 7fcd9c3
h: refs/heads/master
v: v3
  • Loading branch information
Daniel Mack authored and Artem Bityutskiy committed Jul 5, 2009
1 parent 0824ffd commit 55796cf
Show file tree
Hide file tree
Showing 2 changed files with 3 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: 1fb8bd01ed0af0d0577e010e8c6b4234de583fa6
refs/heads/master: 7fcd9c3ecbf09c0a77db7ba01aac75b32fb79a93
3 changes: 2 additions & 1 deletion trunk/fs/ubifs/super.c
Original file line number Diff line number Diff line change
Expand Up @@ -1976,7 +1976,8 @@ static int ubifs_fill_super(struct super_block *sb, void *data, int silent)
err = bdi_init(&c->bdi);
if (err)
goto out_close;
err = bdi_register(&c->bdi, NULL, "ubifs");
err = bdi_register(&c->bdi, NULL, "ubifs_%d_%d",
c->vi.ubi_num, c->vi.vol_id);
if (err)
goto out_bdi;

Expand Down

0 comments on commit 55796cf

Please sign in to comment.