On 24/01/07, Gerrit Renker <[EMAIL PROTECTED]> wrote:
[CCID 3]: Wrap computation of RFC3390-initial rate into separate function
+static inline u64 rfc3390_initial_rate(struct sock *sk)

Apart from in header files which already exist you shouldn't be
putting new inline functions in as per a number of discussions on
lkml. The reason for this is that gcc now decides itself when to
inline code and when not to.

Once this is fixed - Acked-by: Ian McDonald <[EMAIL PROTECTED]>
--
Web: http://wand.net.nz/~iam4
Blog: http://iansblog.jandi.co.nz
WAND Network Research Group
-
To unsubscribe from this list: send the line "unsubscribe dccp" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to