From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Ahern Subject: Re: [RFC 1/5] netlink: remove NLA_NESTED_COMPAT Date: Tue, 18 Sep 2018 10:18:19 -0700 Message-ID: <76278832-2432-4a1f-b0bc-62825a291539@gmail.com> References: <20180918131212.20266-1-johannes@sipsolutions.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit Cc: Johannes Berg To: Johannes Berg , netdev@vger.kernel.org Return-path: Received: from mail-pf1-f180.google.com ([209.85.210.180]:38991 "EHLO mail-pf1-f180.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1729037AbeIRWvz (ORCPT ); Tue, 18 Sep 2018 18:51:55 -0400 Received: by mail-pf1-f180.google.com with SMTP id j8-v6so1332638pff.6 for ; Tue, 18 Sep 2018 10:18:21 -0700 (PDT) In-Reply-To: <20180918131212.20266-1-johannes@sipsolutions.net> Content-Language: en-US Sender: netdev-owner@vger.kernel.org List-ID: On 9/18/18 6:12 AM, Johannes Berg wrote: > From: Johannes Berg > > This isn't used anywhere, so we might as well get rid of it. > > Signed-off-by: Johannes Berg > --- > include/net/netlink.h | 2 -- > lib/nlattr.c | 11 ----------- > 2 files changed, 13 deletions(-) > Reviewed-by: David Ahern