[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <CA+55aFwSLzNz_YaRjc4a3SOD+HPg74T9VT5Afwzbp8et0gRMsQ@mail.gmail.com>
Date: Mon, 10 Jul 2017 11:47:15 -0700
From: Linus Torvalds <torvalds@...ux-foundation.org>
To: Gabriel C <nix.or.die@...il.com>
Cc: Florian Fainelli <f.fainelli@...il.com>,
LKML <linux-kernel@...r.kernel.org>,
Tomohiro Kusumi <tkusumi@...era.com>,
Andrew Morton <akpm@...ux-foundation.org>,
Ian Kent <raven@...maw.net>, Ingo Molnar <mingo@...nel.org>
Subject: Re: [PATCH] autofs: Revert wait_queue_t => wait_queue_entry_t rename
On Mon, Jul 10, 2017 at 7:01 AM, Gabriel C <nix.or.die@...il.com> 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 ;)
Linus
Powered by blists - more mailing lists