From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S933662AbbIVN27 (ORCPT ); Tue, 22 Sep 2015 09:28:59 -0400 Received: from s3.sipsolutions.net ([5.9.151.49]:52127 "EHLO sipsolutions.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S933644AbbIVN24 (ORCPT ); Tue, 22 Sep 2015 09:28:56 -0400 Message-ID: <1442928526.2018.10.camel@sipsolutions.net> Subject: Re: [PATCH 0/6] mac80211: Deinline large functions in driver-ops.h From: Johannes Berg To: Denys Vlasenko , John Linville Cc: Michal Kazior , linux-wireless@vger.kernel.org, linux-kernel@vger.kernel.org Date: Tue, 22 Sep 2015 15:28:46 +0200 In-Reply-To: <1442582379-10342-1-git-send-email-dvlasenk@redhat.com> (sfid-20150918_152212_883153_32910567) References: <1442582379-10342-1-git-send-email-dvlasenk@redhat.com> (sfid-20150918_152212_883153_32910567) Content-Type: text/plain; charset="UTF-8" X-Mailer: Evolution 3.16.3-1 Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Fri, 2015-09-18 at 15:19 +0200, Denys Vlasenko wrote: > After measuring size of inlines, these functions were found to be > largest. > These patches reduce code size by about 21 kbytes. > Only patches 1, 2 and 5 applied to mac80211-next. johannes