NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: kern/48212: modunload(8) for nfsserver leaves a dangling callout scheduled
The following reply was made to PR kern/48212; it has been noted by GNATS.
From: Martin Husemann <martin%duskware.de@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: kern/48212: modunload(8) for nfsserver leaves a dangling callout
scheduled
Date: Sun, 15 Sep 2013 08:36:12 +0200
The nfs timer callout should be diesatablished by
nfsserver_modcmd(MODULE_CMD_FINI) ->nfs_fini()->nfs_timer_fini().
Are there hidden other timers in the code, that I overlooked?
Could you verify that above callchain happens on module unload for you?
Martin
Home |
Main Index |
Thread Index |
Old Index