LINUX24: remove pagecopy and other 2.6-only code
[openafs.git] / src / afs / LINUX24 / osi_module.c
index 1f4cc38..e353585 100644 (file)
@@ -36,8 +36,6 @@
 #include <linux/kernel.h>
 #endif
 
-#include "osi_pagecopy.h"
-
 extern struct file_system_type afs_fs_type;
 
 #if !defined(AFS_LINUX24_ENV)
@@ -115,7 +113,6 @@ init_module(void)
 #if defined(AFS_CACHE_BYPASS)
     afs_warn("Cache bypass patched libafs module init.\n");
 #endif
-    afs_init_pagecopy();
 
     return 0;
 }
@@ -132,8 +129,6 @@ cleanup_module(void)
     afs_warn("Cache bypass patched libafs module cleaning up.\n");
 #endif
 
-    afs_shutdown_pagecopy();
-
 #ifdef LINUX_KEYRING_SUPPORT
     osi_keyring_shutdown();
 #endif