Re: [PATCH 24/49] Staging: hv: vmbus: Get rid of the unused wrapper - vmbus_onchannel_event()
From: Christoph Hellwig <hch@infradead.org>
Date: 2011-06-06 23:15:14
Also in:
lkml
From: Christoph Hellwig <hch@infradead.org>
Date: 2011-06-06 23:15:14
Also in:
lkml
On Mon, Jun 06, 2011 at 03:49:48PM -0700, K. Y. Srinivasan wrote:
Now, get rid of the unused wrapper - vmbus_onchannel_event().
I'd merge this into the previous patch. In general your patch split seem a little too fine grained to me in general. When you remove a wrapper you can inline it into the callsite directly, if you clean up a function directly inlining it into the helper is fine, etc.