mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
From: Rusty Russell <rusty@rustcorp.com.au>
To: mzyngier@freesurf.fr
Cc: linux-kernel@vger.kernel.org, viro@math.psu.edu, torvalds@transmeta.com
Subject: Re: [Patch] Futex misses kill_sb
Date: Sat, 31 Aug 2002 15:12:32 +1000	[thread overview]
Message-ID: <20020831002231.153AB2C06D@lists.samba.org> (raw)
In-Reply-To: Your message of "30 Aug 2002 16:52:37 +0200." <wrpptw05rgq.fsf@hina.wild-wind.fr.eu.org>

In message <wrpptw05rgq.fsf@hina.wild-wind.fr.eu.org> you write:
> Hi all,
> 
> The enclosed patch fixes a missing .kill_sb in futexes' fs_type
> declaration. Without this patch, kernel oopses if someone ever tries
> to mount futexfs...

<shrug>Viro ripped it out in 2.5.26.  Al?

Rusty.

From: Marc Zyngier <mzyngier@freesurf.fr>
diff -Nru a/kernel/futex.c b/kernel/futex.c
--- a/kernel/futex.c	Fri Aug 30 19:26:44 2002
+++ b/kernel/futex.c	Fri Aug 30 19:26:44 2002
@@ -359,6 +359,7 @@
 static struct file_system_type futex_fs_type = {
 	.name		= "futexfs",
 	.get_sb		= futexfs_get_sb,
+	.kill_sb	= kill_anon_super,
 };
 
 static int __init init(void)

--
  Anyone who quotes me in their sig is an idiot. -- Rusty Russell.

      reply	other threads:[~2002-08-31  5:17 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-08-30 14:52 Marc Zyngier
2002-08-31  5:12 ` Rusty Russell [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20020831002231.153AB2C06D@lists.samba.org \
    --to=rusty@rustcorp.com.au \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mzyngier@freesurf.fr \
    --cc=torvalds@transmeta.com \
    --cc=viro@math.psu.edu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®