From: Marcel Holtmann <marcel@holtmann.org>
To: David Woodhouse <dwmw2@infradead.org>
Cc: "David S. Miller" <davem@redhat.com>,
netdev@oss.sgi.com, shemminger@osdl.org,
Max Krasnyansky <maxk@qualcomm.com>
Subject: Re: Bluetooth BUG() in set_sk_owner().
Date: 15 Sep 2003 11:57:01 +0200 [thread overview]
Message-ID: <1063619827.28891.507.camel@pegasus> (raw)
In-Reply-To: <1063616050.21195.67.camel@hades.cambridge.redhat.com>
Hi David,
> Needs this too...
>
> ===== net/bluetooth/bnep/sock.c 1.11 vs edited =====
> --- 1.11/net/bluetooth/bnep/sock.c Thu Jun 5 01:57:08 2003
> +++ edited/net/bluetooth/bnep/sock.c Fri Sep 12 09:16:17 2003
> @@ -186,7 +189,8 @@
>
> static struct net_proto_family bnep_sock_family_ops = {
> .family = PF_BLUETOOTH,
> - .create = bnep_sock_create
> + .create = bnep_sock_create,
> + .owner = THIS_MODULE
> };
>
> int __init bnep_sock_init(void)
it is only cosmetic, but put the .owner above the .create.
Regards
Marcel
next prev parent reply other threads:[~2003-09-15 9:57 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-09-10 8:58 Bluetooth BUG() in set_sk_owner() David Woodhouse
2003-09-12 1:22 ` David S. Miller
2003-09-15 8:54 ` David Woodhouse
2003-09-15 9:57 ` Marcel Holtmann [this message]
2003-09-15 23:02 ` David S. Miller
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=1063619827.28891.507.camel@pegasus \
--to=marcel@holtmann.org \
--cc=davem@redhat.com \
--cc=dwmw2@infradead.org \
--cc=maxk@qualcomm.com \
--cc=netdev@oss.sgi.com \
--cc=shemminger@osdl.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.