[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [ft-devel] this piece of code seems broken - please check.
From: |
Hin-Tak Leung |
Subject: |
Re: [ft-devel] this piece of code seems broken - please check. |
Date: |
Fri, 15 Jul 2016 19:01:04 +0000 (UTC) |
Acked. Please commit asap.
I think the mistake was just copy-and-paste from elsewhere in the infinity
patch. The infinity patch seems to do a lot of:
====
#ifdef EXPERIMENTAL_FEATURE
if (some flag)
new_code_path()
else
#endif /* EXPERIMENTAL_FEATURE */
original_code_path();
====
In this instance, the original_code_path() is unrelated. The sort of things I
was only half-joking about - I hope nobody's got burned by 2.6.4 :-(.
--------------------------------------------
On Fri, 15/7/16, Nikolaus Waxweiler <address@hidden> wrote:
Oops.