Whamcloud - gitweb
b=16776
[fs/lustre-release.git] / lustre / include / linux / lustre_compat25.h
index 6c36ac1..b6c1496 100644 (file)
@@ -622,5 +622,10 @@ static inline long labs(long x)
 }
 #endif
 
+/* Using kernel fls(). Userspace will use one defined in user-bitops.h. */
+#ifndef __fls
+#define __fls fls
+#endif
+
 #endif /* __KERNEL__ */
 #endif /* _COMPAT25_H */