From: Adrian Bunk <bunk@stusta.de>
To: Andrew Morton <akpm@osdl.org>, Manfred Spraul <manfred@colorfullife.com>
Cc: linux-kernel@vger.kernel.org, golbi@mat.uni.torun.pl,
wrona@mat.uni.torun.pl
Subject: 2.6.10-rc1-mm1: ipc/mqueue.c: remove unused label
Date: Wed, 27 Oct 2004 13:19:34 +0200 [thread overview]
Message-ID: <20041027111934.GE2550@stusta.de> (raw)
In-Reply-To: <20041026213156.682f35ca.akpm@osdl.org>
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
On Tue, Oct 26, 2004 at 09:31:56PM -0700, Andrew Morton wrote:
>...
> Changes since 2.6.9-mm1:
>...
> +handle-posix-message-queues-with-proc-sys-disabled.patch
>
> POSIX message queue fix.
This removes the only usage of a label, resulting in the following
compile warning:
<-- snip -->
...
CC ipc/mqueue.o
ipc/mqueue.c: In function `init_mqueue_fs':
ipc/mqueue.c:1245: warning: label `out_cache' defined but not used
...
<-- snip -->
The patch below removes this label.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
- --- linux-2.6.10-rc1-mm1-full/ipc/mqueue.c.old 2004-10-27 13:13:48.000000000 +0200
+++ linux-2.6.10-rc1-mm1-full/ipc/mqueue.c 2004-10-27 13:13:57.000000000 +0200
@@ -1242,7 +1242,6 @@
out_sysctl:
if (mq_sysctl_table)
unregister_sysctl_table(mq_sysctl_table);
- -out_cache:
if (kmem_cache_destroy(mqueue_inode_cachep)) {
printk(KERN_INFO
"mqueue_inode_cache: not all structures were freed\n");
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.6 (GNU/Linux)
iD8DBQFBf4RGmfzqmE8StAARAvFLAKDA3nCvvYHMHpvhrOXmvlvvVUh6YwCfeTl6
e+Amr4lm762PEGZnAky/pf8=
=vNvV
-----END PGP SIGNATURE-----
next prev parent reply other threads:[~2004-10-27 11:22 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2004-10-27 4:31 2.6.10-rc1-mm1 Andrew Morton
2004-10-27 5:42 ` 2.6.10-rc1-mm1 Dmitry Torokhov
2004-10-27 5:51 ` 2.6.10-rc1-mm1 Andrew Morton
2004-10-27 6:31 ` 2.6.10-rc1-mm1 Dmitry Torokhov
2004-10-27 6:07 ` 2.6.10-rc1-mm1 Dmitry Torokhov
2004-10-27 6:07 ` 2.6.10-rc1-mm1 James Morris
2004-10-27 6:33 ` 2.6.10-rc1-mm1 Andrew Morton
2004-10-27 8:14 ` 2.6.10-rc1-mm1 James Morris
2004-10-27 9:20 ` 2.6.10-rc1-mm1 Andrew Morton
2004-10-27 14:52 ` 2.6.10-rc1-mm1 James Morris
2004-10-27 11:11 ` 2.6.10-rc1-mm1: reiser4 delete_from_page_cache compile error Adrian Bunk
2004-10-27 12:13 ` Hugh Dickins
2004-10-27 11:19 ` Adrian Bunk [this message]
2004-10-27 11:32 ` 2.6.10-rc1-mm1 Mathieu Segaud
2004-10-27 14:18 ` 2.6.10-rc1-mm1 Adrian Bunk
2004-10-27 16:42 ` 2.6.10-rc1-mm1 (compile stats) John Cherry
2004-10-27 20:34 ` Andrew Morton
2004-10-28 0:12 ` John Cherry
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=20041027111934.GE2550@stusta.de \
--to=bunk@stusta.de \
--cc=akpm@osdl.org \
--cc=golbi@mat.uni.torun.pl \
--cc=linux-kernel@vger.kernel.org \
--cc=manfred@colorfullife.com \
--cc=wrona@mat.uni.torun.pl \
/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
Powered by JetHome