On Thu, Apr 13, 2017 at 02:30:19PM -0700, Eric Dumazet wrote: > On Thu, Apr 13, 2017 at 9:17 AM, Peter Zijlstra <[email protected]> wrote: > > > git log -S SLAB_DESTROY_BY_RCU > > Maybe, but "git log -S" is damn slow at least here. > > While "git grep" is _very_ fast
All true. But in general we don't leave endless markers around like this. For instance: /* the function formerly known as smp_mb__before_clear_bit() */ is not part of the kernel tree. People that used that thing out of tree get to deal with it in whatever way they see fit.

