Re: [PATCH] autofs: Revert wait_queue_t => wait_queue_entry_t rename

From: Florian Fainelli
Date: Mon Jul 10 2017 - 19:00:24 EST


On 07/10/2017 11:47 AM, Linus Torvalds wrote:
> On Mon, Jul 10, 2017 at 7:01 AM, Gabriel C <nix.or.die@xxxxxxxxx> 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