On 12/7/2017 11:24 AM, Theodore Ts'o wrote:
The reason why it's useful is that it's much more likely to find
relevant lines of code by using "grep st_size *.[ch]". If you grep
for "size", there will be way too many false matches.
I've actually changed variables' or struct members' names based on
the
fact that searching for them in an editor yielded too many bad hits.
But not often ;)