proc-unixusers-cleanup-on-linux-20061228
authorDerrick Brashear <shadow@dementia.org>
Thu, 28 Dec 2006 22:32:52 +0000 (22:32 +0000)
committerDerrick Brashear <shadow@dementia.org>
Thu, 28 Dec 2006 22:32:52 +0000 (22:32 +0000)
FIXES 49978

maybe?

src/afs/LINUX/osi_proc.c

index 497d496..7b378e2 100644 (file)
@@ -339,5 +339,8 @@ void
 osi_proc_clean(void)
 {
     remove_proc_entry(PROC_CELLSERVDB_NAME, openafs_procfs);
+#ifdef HAVE_KERNEL_LINUX_SEQ_FILE_H
+    remove_proc_entry("unixusers", openafs_procfs);
+#endif
     remove_proc_entry(PROC_FSDIRNAME, proc_root_fs);
 }