Re: [PATCH] Fix posix_bump_timer args

2005-07-06 Thread randy_dunlap
On Wed, 06 Jul 2005 11:26:31 -0700 Geoff Levand wrote: | This patch makes posix_bump_timer() consistent with common convention | by expecting a pointer to the structure be passed. | | Please apply. Does it matter other than for consistency? E.g., in a large system with thousands of timers, it

Re: [PATCH] Fix posix_bump_timer args

2005-07-06 Thread Geoff Levand
randy_dunlap wrote: > On Wed, 06 Jul 2005 11:26:31 -0700 Geoff Levand wrote: > > | This patch makes posix_bump_timer() consistent with common convention > | by expecting a pointer to the structure be passed. > | > | Please apply. > > Does it matter other than for consistency? > > E.g., in a la