Whamcloud - gitweb
LU-2675 cleanup: remove User Mode Linux specific code
[fs/lustre-release.git] / lustre / obdclass / lustre_handles.c
index 20d8b83..4d13acc 100644 (file)
@@ -66,16 +66,7 @@ static struct handle_bucket {
        cfs_list_t      head;
 } *handle_hash;
 
-#ifdef __arch_um__
-/* For unknown reason, UML uses kmalloc rather than vmalloc to allocate
- * memory(OBD_VMALLOC). Therefore, we have to redefine the
- * HANDLE_HASH_SIZE to make the hash heads don't exceed 128K.
- */
-#define HANDLE_HASH_SIZE 4096
-#else
 #define HANDLE_HASH_SIZE (1 << 16)
-#endif /* ifdef __arch_um__ */
-
 #define HANDLE_HASH_MASK (HANDLE_HASH_SIZE - 1)
 
 /*