From: "Petr Vandrovec" <VANDROVE@vc.cvut.cz>
To: akpm@digeo.com
Cc: linux-kernel@vger.kernel.org, torvalds@transmeta.com
Subject: Re: [PATCH] timers: fs/
Date: Wed, 13 Nov 2002 13:47:18 +0100 [thread overview]
Message-ID: <7649B06782F@vcnet.vc.cvut.cz> (raw)
On 13 Nov 02 at 3:35, Linux Kernel Mailing List wrote:
> ChangeSet 1.843, 2002/11/12 19:35:24-08:00, akpm@digeo.com
>
> [PATCH] timers: fs/
>
> ncpfs has a dynamically allocated timer.
>
>
> # This patch includes the following deltas:
> # ChangeSet 1.842 -> 1.843
> # fs/ncpfs/inode.c 1.33 -> 1.34
> #
>
> inode.c | 1 +
> 1 files changed, 1 insertion(+)
>
>
> diff -Nru a/fs/ncpfs/inode.c b/fs/ncpfs/inode.c
> --- a/fs/ncpfs/inode.c Tue Nov 12 20:06:32 2002
> +++ b/fs/ncpfs/inode.c Tue Nov 12 20:06:32 2002
> @@ -572,6 +572,7 @@
> } else {
> INIT_WORK(&server->rcv.tq, ncpdgram_rcv_proc, server);
> INIT_WORK(&server->timeout_tq, ncpdgram_timeout_proc, server);
> + init_timer(&server->timeout_tm);
> server->timeout_tm.data = (unsigned long)server;
> server->timeout_tm.function = ncpdgram_timeout_call;
> }
Are you sure that timer is not already initialized, say at line 554
of fs/ncpfs/inode.c ?
Thanks,
Petr Vandrovec
vandrove@vc.cvut.cz
reply other threads:[~2002-11-13 12:40 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
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=7649B06782F@vcnet.vc.cvut.cz \
--to=vandrove@vc.cvut.cz \
--cc=akpm@digeo.com \
--cc=linux-kernel@vger.kernel.org \
--cc=torvalds@transmeta.com \
/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