From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754276AbcKPXSm (ORCPT ); Wed, 16 Nov 2016 18:18:42 -0500 Received: from tex.lwn.net ([70.33.254.29]:49644 "EHLO vena.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752742AbcKPXSk (ORCPT ); Wed, 16 Nov 2016 18:18:40 -0500 Date: Wed, 16 Nov 2016 16:18:29 -0700 From: Jonathan Corbet To: Mark Rutland Cc: linux-kernel@vger.kernel.org, Boqun Feng , "Paul E. McKenney" , Peter Zijlstra , Will Deacon , linux-doc@vger.kernel.org Subject: Re: [PATCH] Documentation: atomic_ops: use {READ,WRITE}_ONCE() Message-ID: <20161116161829.73b42cea@lwn.net> In-Reply-To: <1479294839-12811-1-git-send-email-mark.rutland@arm.com> References: <1479294839-12811-1-git-send-email-mark.rutland@arm.com> Organization: LWN.net X-Mailer: Claws Mail 3.14.0 (GTK+ 2.24.31; x86_64-redhat-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 8bit Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Wed, 16 Nov 2016 11:13:59 +0000 Mark Rutland wrote: > While the {READ,WRITE}_ONCE() macros should be used in preference to > ACCESS_ONCE(), the atomic documentation uses the latter exclusively. > > To point people in the right direction, and as a step towards the > eventual removal of ACCESS_ONCE(), update the documentation to use the > {READ,WRITE}_ONCE() macros as appropriate. Applied to the docs tree, thanks. jon