Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 190338
b: refs/heads/master
c: 6de9400
h: refs/heads/master
v: v3
  • Loading branch information
Jörn Engel authored and Jens Axboe committed Apr 22, 2010
1 parent 1d03396 commit b8420b7
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: 424264b7b220e8eee165dc3080ae48692af73dec
refs/heads/master: 6de9400250f95f82da432c28b9b43823f4154c58
2 changes: 2 additions & 0 deletions trunk/drivers/mtd/mtdsuper.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
#include <linux/mtd/super.h>
#include <linux/namei.h>
#include <linux/ctype.h>
#include <linux/slab.h>

/*
* compare superblocks to see if they're equivalent
Expand Down Expand Up @@ -44,6 +45,7 @@ static int get_sb_mtd_set(struct super_block *sb, void *_mtd)

sb->s_mtd = mtd;
sb->s_dev = MKDEV(MTD_BLOCK_MAJOR, mtd->index);
sb->s_bdi = mtd->backing_dev_info;
return 0;
}

Expand Down

0 comments on commit b8420b7

Please sign in to comment.