From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-wr1-f53.google.com (mail-wr1-f53.google.com [209.85.221.53]) by mail09.linbit.com (LINBIT Mail Daemon) with ESMTP id B5D331028A6D for ; Wed, 12 Jun 2019 16:11:52 +0200 (CEST) Received: by mail-wr1-f53.google.com with SMTP id e16so17123801wrn.1 for ; Wed, 12 Jun 2019 07:11:52 -0700 (PDT) Received: from soda.linbit (212-186-191-219.static.upcbusiness.at. [212.186.191.219]) by smtp.gmail.com with ESMTPSA id k82sm149312wma.15.2019.06.12.07.11.50 for (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 12 Jun 2019 07:11:51 -0700 (PDT) Date: Wed, 12 Jun 2019 16:11:49 +0200 From: Lars Ellenberg To: drbd-dev@lists.linbit.com Message-ID: <20190612141149.GA5803@soda.linbit> References: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Drbd-dev] avoid use of errno as a function parameter name List-Id: "*Coordination* of development, patches, contributions -- *Questions* \(even to developers\) go to drbd-user, please." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , On Wed, Jun 05, 2019 at 10:14:19AM -0600, David Butterfield wrote: > Avoid use of errno as an argument name because it is allowed to be a macro such as > # define errno (*__errno_location ()) You do realize that we are kernel code... Lars