Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 221705
b: refs/heads/master
c: 814ce25
h: refs/heads/master
i:
  221703: bb66565
v: v3
  • Loading branch information
Linus Torvalds committed Nov 9, 2010
1 parent 03d83d5 commit 659ca37
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: 6070bf3596f3b5a54091a08d5b2bc90c143dc264
refs/heads/master: 814ce2521121c2459e16cea8c7221e157edbeddd
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 659ca37

Please sign in to comment.