Whamcloud - gitweb
Update b_smallfix from HEAD (20040223_1758) (mostly b_size landing).
authoradilger <adilger>
Tue, 24 Feb 2004 01:11:32 +0000 (01:11 +0000)
committeradilger <adilger>
Tue, 24 Feb 2004 01:11:32 +0000 (01:11 +0000)
lustre/lvfs/lvfs_linux.c

index e351c07..7e34fce 100644 (file)
@@ -370,8 +370,6 @@ EXPORT_SYMBOL(l_readdir);
 EXPORT_SYMBOL(obd_memory);
 EXPORT_SYMBOL(obd_memmax);
 
-#if (LINUX_VERSION_CODE < KERNEL_VERSION(2,5,0))
-
 static int __init lvfs_linux_init(void)
 {
         RETURN(0);
@@ -395,10 +393,3 @@ MODULE_LICENSE("GPL");
 
 module_init(lvfs_linux_init);
 module_exit(lvfs_linux_exit);
-
-#else
-
-#warning "lvfs_linux_init() and fsfilt_ext3_exit() aren't called on 2.6. MUST be fixed"
-
-
-#endif