From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754647AbbIWMag (ORCPT ); Wed, 23 Sep 2015 08:30:36 -0400 Received: from s3.sipsolutions.net ([5.9.151.49]:33072 "EHLO sipsolutions.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753467AbbIWMaf (ORCPT ); Wed, 23 Sep 2015 08:30:35 -0400 Message-ID: <1443011425.1889.12.camel@sipsolutions.net> Subject: Re: [PATCH 1/3] mac80211: Deinline drv_switch_vif_chanctx() From: Johannes Berg To: Denys Vlasenko Cc: John Linville , Michal Kazior , linux-wireless@vger.kernel.org, linux-kernel@vger.kernel.org Date: Wed, 23 Sep 2015 14:30:25 +0200 In-Reply-To: <1443010716-32651-1-git-send-email-dvlasenk@redhat.com> (sfid-20150923_141933_950247_3C71FF03) References: <1443010716-32651-1-git-send-email-dvlasenk@redhat.com> (sfid-20150923_141933_950247_3C71FF03) 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 Wed, 2015-09-23 at 14:18 +0200, Denys Vlasenko wrote: > With this .config: http://busybox.net/~vda/kernel_config_ALLYES_Os, > after deinlining the function size is 821 bytes and there are > 2 callsites, reducing code size by about 800 bytes. > Thanks, all applied. johannes