From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S964852AbcCDWdp (ORCPT ); Fri, 4 Mar 2016 17:33:45 -0500 Received: from mx1.redhat.com ([209.132.183.28]:48463 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S964826AbcCDWdl (ORCPT ); Fri, 4 Mar 2016 17:33:41 -0500 Organization: Red Hat UK Ltd. Registered Address: Red Hat UK Ltd, Amberley Place, 107-111 Peascod Street, Windsor, Berkshire, SI4 1TE, United Kingdom. Registered in England and Wales under Company Registration No. 3798903 From: David Howells In-Reply-To: <20160304.172010.571829527806753588.davem@davemloft.net> References: <20160304.172010.571829527806753588.davem@davemloft.net> <20160304163705.31057.60831.stgit@warthog.procyon.org.uk> To: David Miller Cc: dhowells@redhat.com, linux-afs@lists.infradead.org, netdev@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 00/13] RxRPC: Rewrite part 1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-ID: <6512.1457130818.1@warthog.procyon.org.uk> Date: Fri, 04 Mar 2016 22:33:38 +0000 Message-ID: <6513.1457130818@warthog.procyon.org.uk> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.39]); Fri, 04 Mar 2016 22:33:40 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org David Miller wrote: > Can you go through and use "unsigned int" instead of just plain > "unsigned" in the RxRPC code? Do you mind if I leave it to after the rewrite? I don't particularly want to have to rejig all the patches I have. David