[PATCH 4/9] KEYS: Remove key_type::match in favour of overriding default by match_preparse

2014-09-12 Thread David Howells
A previous patch added a ->match_preparse() method to the key type. This is allowed to override the function called by the iteration algorithm. Therefore, we can just set a default that simply checks for an exact match of the key description with the original criterion data and allow

[PATCH 4/9] KEYS: Remove key_type::match in favour of overriding default by match_preparse

2014-09-12 Thread David Howells
A previous patch added a -match_preparse() method to the key type. This is allowed to override the function called by the iteration algorithm. Therefore, we can just set a default that simply checks for an exact match of the key description with the original criterion data and allow