commit | 07fe6e00f6cca6fef85a14a1dc3ed4f2e35d3f0b | [log] [tgz] |
---|---|---|
author | Al Viro <viro@zeniv.linux.org.uk> | Mon Jan 21 15:03:44 2013 -0500 |
committer | Al Viro <viro@zeniv.linux.org.uk> | Sun Mar 03 22:46:21 2013 -0500 |
tree | a3e4f9e97b298fd778f9bbab188322407d822473 | |
parent | 6dbe51c251a327e012439c4772097a13df43c5b8 [diff] |
get rid of duplicate logics in __SC_....[1-6] definitions All those guys have the same form - "take a list of type/name pairs, apply some macro to each of them". Abstract that part away, convert all __SC_FOO##x(__VA_ARGS__) to __MAP(x,__SC_FOO,__VA_ARGS__). Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>