Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 221703
b: refs/heads/master
c: 0e15482
h: refs/heads/master
i:
  221701: ff8bc04
  221699: 9765ad4
  221695: b5656fa
v: v3
  • Loading branch information
Meelis Roos authored and Linus Torvalds committed Nov 8, 2010
1 parent 4a6bde7 commit bb66565
Show file tree
Hide file tree
Showing 2 changed files with 2 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: a7bcf21e60c73cb7f7c13fad928967d7e47c3cac
refs/heads/master: 0e15482566b752718e7225168380904f1d0cdfa3
2 changes: 1 addition & 1 deletion trunk/fs/openpromfs/inode.c
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ static int openprom_fill_super(struct super_block *s, void *data, int silent)
static struct dentry *openprom_mount(struct file_system_type *fs_type,
int flags, const char *dev_name, void *data)
{
return mount_single(fs_type, flags, data, openprom_fill_super)
return mount_single(fs_type, flags, data, openprom_fill_super);
}

static struct file_system_type openprom_fs_type = {
Expand Down

0 comments on commit bb66565

Please sign in to comment.