From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753339AbdGLW5C (ORCPT ); Wed, 12 Jul 2017 18:57:02 -0400 Received: from ms.lwn.net ([45.79.88.28]:34100 "EHLO ms.lwn.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753031AbdGLW5A (ORCPT ); Wed, 12 Jul 2017 18:57:00 -0400 Date: Wed, 12 Jul 2017 16:56:58 -0600 From: Jonathan Corbet To: SeongJae Park Cc: linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH 1/2] memory-barriers.txt: Fix broken link to atomic_ops.txt Message-ID: <20170712165658.5511eee7@lwn.net> In-Reply-To: <20170706182118.7699-1-sj38.park@gmail.com> References: <20170706182118.7699-1-sj38.park@gmail.com> Organization: LWN.net X-Mailer: Claws Mail 3.14.1 (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 Fri, 7 Jul 2017 03:21:17 +0900 SeongJae Park wrote: > Few obsolete links to atomic_ops.txt exist in memory-barriers.txt though > the file has moved to core-api/atomic_ops.rst. This commit fixes the > obsolete links. Both have been applied, thanks. jon