LINUX: Initialize CellLRU during osi_Init
[openafs.git] / src / afs / LINUX / osi_module.c
index 2b48453..47e32cf 100644 (file)
@@ -56,6 +56,12 @@ afs_init(void)
 #endif
 
     osi_Init();
+
+    /* Initialize CellLRU since it is used while traversing CellServDB proc
+     * entry */
+
+    QInit(&CellLRU);
+
 #if !defined(AFS_NONFSTRANS)
     osi_linux_nfssrv_init();
 #endif