mirror of
https://git.openafs.org/openafs.git
synced 2025-01-20 07:51:00 +00:00
proc-unixusers-cleanup-on-linux-20061228
FIXES 49978 maybe?
This commit is contained in:
parent
c4c90e33be
commit
224eb9ff60
@ -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);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user