bypasscache-20080922
[openafs.git] / src / afs / LINUX / osi_module.c
index 1d9f923..c0ea4bb 100644 (file)
@@ -117,7 +117,9 @@ init_module(void)
     osi_proc_init();
     osi_ioctl_init();
 #endif
-
+#if defined(AFS_CACHE_BYPASS)
+    afs_warn("Cache bypass patched libafs module init.\n");
+#endif
     return 0;
 }
 
@@ -129,6 +131,9 @@ void
 cleanup_module(void)
 #endif
 {
+#if defined(AFS_CACHE_BYPASS)
+    afs_warn("Cache bypass patched libafs module cleaning up.\n");
+#endif
 #ifdef LINUX_KEYRING_SUPPORT
     osi_keyring_shutdown();
 #endif