Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 210459
b: refs/heads/master
c: ee3aebd
h: refs/heads/master
i:
  210457: a27c010
  210455: 0ffaf68
v: v3
  • Loading branch information
Jan Sembera authored and Linus Torvalds committed Sep 10, 2010
1 parent ad0c668 commit ff3f940
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: 152e0659fc001029c70fa4373af1792b1ae0d01c
refs/heads/master: ee3aebdd8f5f8eac41c25c80ceee3d728f920f3b
2 changes: 1 addition & 1 deletion trunk/fs/binfmt_misc.c
Original file line number Diff line number Diff line change
Expand Up @@ -724,7 +724,7 @@ static int __init init_misc_binfmt(void)
{
int err = register_filesystem(&bm_fs_type);
if (!err) {
err = register_binfmt(&misc_format);
err = insert_binfmt(&misc_format);
if (err)
unregister_filesystem(&bm_fs_type);
}
Expand Down

0 comments on commit ff3f940

Please sign in to comment.