Whamcloud - gitweb
LU-4800 obdclass: runtime load lustre client when needed
[fs/lustre-release.git] / lustre / include / linux / lustre_compat25.h
index 42092db..3dac0d1 100644 (file)
@@ -88,6 +88,10 @@ static inline void ll_set_fs_pwd(struct fs_struct *fs, struct vfsmount *mnt,
 #define module_init(a)     late_initcall(a)
 #endif
 
+#ifndef MODULE_ALIAS_FS
+#define MODULE_ALIAS_FS(name)
+#endif
+
 #define LTIME_S(time)                   (time.tv_sec)
 
 #ifdef HAVE_GENERIC_PERMISSION_2ARGS