]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
scripts/tags.sh: add regular expression replacement pattern for memcg
authorJianyu Zhan <nasa4836@gmail.com>
Tue, 13 May 2014 13:26:53 +0000 (21:26 +0800)
committerMichal Marek <mmarek@suse.cz>
Wed, 14 May 2014 11:43:05 +0000 (13:43 +0200)
commit79c704a87834164259b7aa7469d426d6ba351eec
treeba8d757409f62de44d50255bf41b37997dac1ed5
parenta8d9c9f1f12978eb597fa4d75f412b34825941e7
scripts/tags.sh: add regular expression replacement pattern for memcg

Currently, while using ctags to read code, we would get stumbled on
PageCgroup* symbols: no definition found. And it is quite dull to
manually dig it out.

This patch adds regular expression replacement pattern for such symbols,
like what have done for the PageXXX flag. It will teach ctags to find
out the definition for us.

Signed-off-by: Jianyu Zhan <nasa4836@gmail.com>
Signed-off-by: Michal Marek <mmarek@suse.cz>
scripts/tags.sh