On 07/10/2017 11:47 AM, Linus Torvalds wrote: > On Mon, Jul 10, 2017 at 7:01 AM, Gabriel C <[email protected]> wrote: >> >> You need revert a lot more .. that won't even compile. >> >> Looks like someone used some script to convert these :) >> >> Something like this : > > Gaah, I just committed my own scripted fixup: > > git grep -lw wait_queue_entry_token | > xargs sed -i 's/wait_queue_entry_token/wait_queue_token/g' > > which seems to match your patch (and that I visually inspected doesn't > change anything but wait_queue_entry_token - there were no odd even > bigger names ;)
Looks good, thanks for the quick fix. -- Florian

