Merge tag 'kbuild-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy...
[linux-2.6-microblaze.git] / fs / afs / server.c
index e82e452..684a2b0 100644 (file)
@@ -550,7 +550,12 @@ void afs_manage_servers(struct work_struct *work)
 
                _debug("manage %pU %u", &server->uuid, active);
 
-               ASSERTIFCMP(purging, active, ==, 0);
+               if (purging) {
+                       trace_afs_server(server, atomic_read(&server->ref),
+                                        active, afs_server_trace_purging);
+                       if (active != 0)
+                               pr_notice("Can't purge s=%08x\n", server->debug_id);
+               }
 
                if (active == 0) {
                        time64_t expire_at = server->unuse_time;