Re: [PATCH] scripts/tags: Add more declarations

2018-12-18 Thread Kirill Tkhai
On 18.12.2018 00:09, Matthew Wilcox wrote: > On Mon, Dec 17, 2018 at 03:41:46PM +0300, Kirill Tkhai wrote: >> -'/\> + >> '/\> '/\ > I don't know anything about regexes this complex or tags, but couldn't this > be '/\ DEFINE_THINGIES? I think, we can, but before this it's needed to

Re: [PATCH] scripts/tags: Add more declarations

2018-12-17 Thread Matthew Wilcox
On Mon, Dec 17, 2018 at 03:41:46PM +0300, Kirill Tkhai wrote: > - '/\ + > '/\ '/\

[PATCH] scripts/tags: Add more declarations

2018-12-17 Thread Kirill Tkhai
New declarations and identifier (__always_inline). Signed-off-by: Kirill Tkhai --- scripts/tags.sh | 13 +++-- 1 file changed, 11 insertions(+), 2 deletions(-) diff --git a/scripts/tags.sh b/scripts/tags.sh index 4fa070f9231a..f470d9919ed7 100755 --- a/scripts/tags.sh +++