Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751466Ab2KKW5w (ORCPT ); Sun, 11 Nov 2012 17:57:52 -0500 Received: from hedwig.cmf.nrl.navy.mil ([134.207.12.162]:45003 "EHLO hedwig.cmf.nrl.navy.mil" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751166Ab2KKW5v (ORCPT ); Sun, 11 Nov 2012 17:57:51 -0500 Message-Id: <201211112257.qABMvhP4021769@thirdoffive.cmf.nrl.navy.mil> From: "Chas Williams (CONTRACTOR)" To: David Woodhouse cc: Krzysztof Mazur , netdev@vger.kernel.org, linux-kernel@vger.kernel.org, davem@davemloft.net Subject: Re: [PATCH v3 8/7] pppoatm: fix missing wakeup in pppoatm_send() In-reply-to: <1352667081.9449.135.camel@shinybook.infradead.org> Date: Sun, 11 Nov 2012 17:57:43 -0500 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1256 Lines: 24 In message <1352667081.9449.135.camel@shinybook.infradead.org>,David Woodhouse writes: >Acked-by: David Woodhouse for your new >version of patch #6 (returning DROP_PACKET for !VF_READY), and your >followup to my patch #8, adding the 'need_wakeup' flag. Which we might >as well merge into (the pppoatm part of) my patch. > >Chas, are you happy with the generic ATM part of that? And the >nomenclature? I didn't want to call it 'release_cb' like the core socket >code does, because we use 'release' to mean something different in ATM. >So I called it 'unlock_cb' instead... i really would prefer not to use a strange name since it might confuse larger group of people who are more familiar with the traditional meaning of this function. vcc_release() isnt exported so we could rename it if things get too confusing. i have to look at this a bit more but we might be able to use release_cb to get rid of the null push to detach the underlying protocol. that would be somewhat nice. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/