X-Git-Url: https://git.whamcloud.com/?p=fs%2Flustre-release.git;a=blobdiff_plain;f=lustre%2Fllite%2Fsuper25.c;h=ee340b948ad8195ee282039f0748af475635718d;hp=233035fa3ac69790cf1fbeaed820a35057d45716;hb=4721137e38a657ab5fdccb2b75c7a7d0e3957a4d;hpb=11ea9ca2b9564eccb1846f32edaf6fb0a534446f diff --git a/lustre/llite/super25.c b/lustre/llite/super25.c index 233035f..ee340b9 100644 --- a/lustre/llite/super25.c +++ b/lustre/llite/super25.c @@ -34,8 +34,6 @@ #include #include "llite_internal.h" -#if (LINUX_VERSION_CODE >= KERNEL_VERSION(2,5,0)) - struct super_block * ll_get_sb(struct file_system_type *fs_type, int flags, const char *devname, void * data) { @@ -170,4 +168,3 @@ MODULE_LICENSE("GPL"); module_init(init_lustre_lite); module_exit(exit_lustre_lite); -#endif