From: Brice Goglin <Brice.Goglin@ens-lyon.org>
To: Andrew Morton <akpm@osdl.org>
Cc: linux-kernel@vger.kernel.org
Subject: Re: 2.6.13-rc2-mm1
Date: Thu, 07 Jul 2005 13:44:31 +0200 [thread overview]
Message-ID: <42CD159F.3040302@ens-lyon.org> (raw)
In-Reply-To: <42CD12C4.8010200@ens-lyon.org>
[-- Attachment #1: Type: text/plain, Size: 767 bytes --]
Le 07.07.2005 13:32, Brice Goglin a écrit :
> Le 07.07.2005 13:00, Andrew Morton a écrit :
>
>>ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.13-rc2/2.6.13-rc2-mm1/
>>
>>(kernel.org seems to be stuck again - there's a copy at
>>http://www.zip.com.au/~akpm/linux/patches/stuff/2.6.13-rc2-mm1.gz)
>
>
> CC kernel/power/disk.o
> kernel/power/disk.c: Dans la fonction « software_resume »:
> kernel/power/disk.c:242: attention : implicit declaration of function
> `name_to_dev_t'
>
> The attached patch adds an extern declaration in disk.c as it's
> already done in swsusp.c
Actually, we could even remove the one from swsusp.c since it's not
used anymore.
New patch attached.
Signed-off-by: Brice Goglin <Brice.Goglin@ens-lyon.org>
Brice
[-- Attachment #2: move_extern_name_to_dev_t_to_power_disk.patch --]
[-- Type: text/x-patch, Size: 729 bytes --]
--- linux-mm/kernel/power/swsusp.c.old 2005-07-07 13:41:09.000000000 +0200
+++ linux-mm/kernel/power/swsusp.c 2005-07-07 13:41:28.000000000 +0200
@@ -1261,8 +1261,6 @@ static int data_read(struct pbe *pblist)
return error;
}
-extern dev_t name_to_dev_t(const char *line);
-
/**
* read_pagedir - Read page backup list pages from swap
*/
--- linux-mm/kernel/power/disk.c.old 2005-07-07 13:28:52.000000000 +0200
+++ linux-mm/kernel/power/disk.c 2005-07-07 13:30:02.000000000 +0200
@@ -30,6 +30,7 @@ extern void swsusp_close(void);
extern int swsusp_resume(void);
extern int swsusp_free(void);
+extern dev_t name_to_dev_t(const char *line);
static int noresume = 0;
char resume_file[256] = CONFIG_PM_STD_PARTITION;
next prev parent reply other threads:[~2005-07-07 11:48 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-07-07 11:00 2.6.13-rc2-mm1 Andrew Morton
2005-07-07 11:27 ` 2.6.13-rc2-mm1 Miklos Szeredi
2005-07-07 11:34 ` 2.6.13-rc2-mm1 Andrew Morton
2005-07-07 11:44 ` 2.6.13-rc2-mm1 Miklos Szeredi
2005-07-07 11:32 ` 2.6.13-rc2-mm1 Brice Goglin
2005-07-07 11:42 ` 2.6.13-rc2-mm1 Andrew Morton
2005-07-07 11:44 ` Brice Goglin [this message]
2005-07-07 12:46 ` 2.6.13-rc2-mm1 Michael Krufky
2005-07-07 14:19 ` 2.6.13-rc2-mm1 Robert Love
2005-07-07 16:14 ` 2.6.13-rc2-mm1 Roland Dreier
2005-07-09 2:07 ` 2.6.13-rc2-mm1: some speakup nitpicks Adrian Bunk
2005-07-09 3:02 ` Greg KH
2005-07-09 13:16 ` Alexey Dobriyan
2005-07-11 16:29 ` 2.6.13-rc2-mm1 - unknown symbol: is_broadcast_ether_addr Damir Perisa
-- strict thread matches above, loose matches on Subject: below --
2005-07-07 21:38 2.6.13-rc2-mm1 jan malstrom
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=42CD159F.3040302@ens-lyon.org \
--to=brice.goglin@ens-lyon.org \
--cc=akpm@osdl.org \
--cc=linux-kernel@vger.kernel.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.