Whamcloud - gitweb
git://git.whamcloud.com
/
fs
/
lustre-release.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
204bfa9
)
Update b_smallfix from HEAD (20040223_1758) (mostly b_size landing).
author
adilger
<adilger>
Tue, 24 Feb 2004 01:11:32 +0000
(
01:11
+0000)
committer
adilger
<adilger>
Tue, 24 Feb 2004 01:11:32 +0000
(
01:11
+0000)
lustre/lvfs/lvfs_linux.c
patch
|
blob
|
history
diff --git
a/lustre/lvfs/lvfs_linux.c
b/lustre/lvfs/lvfs_linux.c
index
e351c07
..
7e34fce
100644
(file)
--- a/
lustre/lvfs/lvfs_linux.c
+++ b/
lustre/lvfs/lvfs_linux.c
@@
-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