From dcded131e10ee374380790a371a9129570737d20 Mon Sep 17 00:00:00 2001 From: Zack Kirsch Date: Sat, 16 Jul 2011 08:05:49 +0000 Subject: Add a small comment about unloading the kgsappi module. Reviewed by: rmacklem Approved by: zml (mentor) MFC after: 2 weeks --- sys/kgssapi/gss_impl.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sys/kgssapi/gss_impl.c b/sys/kgssapi/gss_impl.c index 09b0a4b48bc8..ef6c0410d59e 100644 --- a/sys/kgssapi/gss_impl.c +++ b/sys/kgssapi/gss_impl.c @@ -282,7 +282,11 @@ kgssapi_modevent(module_t mod, int type, void *data) rpc_gss_svc_max_data_length; break; case MOD_UNLOAD: - /* Unloading of the kgssapi module isn't supported. */ + /* + * Unloading of the kgssapi module is not currently supported. + * If somebody wants this, we would need to keep track of + * currently executing threads and make sure the count is 0. + */ /* FALLTHROUGH */ default: error = EOPNOTSUPP; -- cgit v1.2.3