]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
DEVEL15-proc-unixusers-cleanup-on-linux-20061228
authorDerrick Brashear <shadow@dementia.org>
Thu, 28 Dec 2006 22:36:33 +0000 (22:36 +0000)
committerDerrick Brashear <shadow@dementia.org>
Thu, 28 Dec 2006 22:36:33 +0000 (22:36 +0000)
FIXES 49978

maybe

(cherry picked from commit 224eb9ff60ffc7658428557cb98dfdf59b61b8d5)

src/afs/LINUX/osi_proc.c

index 497d496ff4758fd5ea2569fd48aa6faf9e2dca87..7b378e296cced92ca27ca43a773cea87bb72f666 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);
 }