Justus Winter, le Thu 27 Nov 2014 14:18:42 +0100, a écrit :
> * include/refcount.h: Declare all functions `extern inline' instead of
> `static inline'.  This forces those functions to be inlined,

Well, actually no. The compiler is still allowed not to inline them,
and that turns them into external references. You then need to make
some .c file provide the implementations. See for instance the use of
DISKFS_DEFINE_EXTERN_INLINE

Samuel

Reply via email to