From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751850AbbJOIJ4 (ORCPT ); Thu, 15 Oct 2015 04:09:56 -0400 Received: from mx1.redhat.com ([209.132.183.28]:57897 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750840AbbJOIJw (ORCPT ); Thu, 15 Oct 2015 04:09:52 -0400 Date: Thu, 15 Oct 2015 04:09:50 -0400 From: Mike Snitzer To: Mikko Rapeli Cc: linux-kernel@vger.kernel.org, dm-devel@redhat.com, Alasdair Kergon , linux-api@vger.kernel.org Subject: Re: [PATCH v4 18/79] dm-log-userspace.h: use __u32, __s32 and __u64 from linux/types.h Message-ID: <20151015080950.GA25635@redhat.com> References: <1444888618-4506-1-git-send-email-mikko.rapeli@iki.fi> <1444888618-4506-19-git-send-email-mikko.rapeli@iki.fi> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <1444888618-4506-19-git-send-email-mikko.rapeli@iki.fi> User-Agent: Mutt/1.5.21 (2010-09-15) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Thu, Oct 15 2015 at 1:55am -0400, Mikko Rapeli wrote: > Fixes userspace compilation errors like: > > linux/dm-log-userspace.h:416:2: error: unknown type name ‘uint64_t’ > > Signed-off-by: Mikko Rapeli As was already explained before, there is no need to compile this for userspace consumption. Where is this requirement coming from? If your 0th patch's header speaks to _why_ you keep requesting this change then please cc me on it.