From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Miller Subject: Re: [PATCH net-next v2] block/drbd: use nla_put_u64_64bit() Date: Tue, 03 May 2016 12:05:56 -0400 (EDT) Message-ID: <20160503.120556.1317913903199470646.davem@davemloft.net> References: <57286F49.8050107@6wind.com> <1462268358-19044-1-git-send-email-nicolas.dichtel@6wind.com> <20160503100644.GE16459@soda.linbit> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: nicolas.dichtel@6wind.com, netdev@vger.kernel.org, philipp.reisner@linbit.com, drbd-dev@lists.linbit.com, linux-kernel@vger.kernel.org To: lars.ellenberg@linbit.com Return-path: In-Reply-To: <20160503100644.GE16459@soda.linbit> Sender: linux-kernel-owner@vger.kernel.org List-Id: netdev.vger.kernel.org From: Lars Ellenberg Date: Tue, 3 May 2016 12:06:44 +0200 > Please just NOT use an additional "field", > but always use 0 to pad. You can't, it doesn't work. We are adding a new field to every netlink protocol family that has this alignment problem.