From ff3f940a8a846c43ba8a9092cca545f94cfba440 Mon Sep 17 00:00:00 2001 From: Jan Sembera Date: Thu, 9 Sep 2010 16:37:54 -0700 Subject: [PATCH] --- yaml --- r: 210459 b: refs/heads/master c: ee3aebdd8f5f8eac41c25c80ceee3d728f920f3b h: refs/heads/master i: 210457: a27c010b64264f9de02a131b6a7c09af7f9c12d4 210455: 0ffaf68f11a0972cb2af2553f0f74c69d62a3ab6 v: v3 --- [refs] | 2 +- trunk/fs/binfmt_misc.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index bfd2864cbf7b..b542f1e2d12c 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 152e0659fc001029c70fa4373af1792b1ae0d01c +refs/heads/master: ee3aebdd8f5f8eac41c25c80ceee3d728f920f3b diff --git a/trunk/fs/binfmt_misc.c b/trunk/fs/binfmt_misc.c index a7528b913936..fd0cc0bf9a40 100644 --- a/trunk/fs/binfmt_misc.c +++ b/trunk/fs/binfmt_misc.c @@ -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); }