Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751456AbbEVEFw (ORCPT ); Fri, 22 May 2015 00:05:52 -0400 Received: from szxga01-in.huawei.com ([58.251.152.64]:28804 "EHLO szxga01-in.huawei.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1750707AbbEVEFv (ORCPT ); Fri, 22 May 2015 00:05:51 -0400 From: Zhiqiang Zhang To: , , , , Subject: [PATCH] Documentation/pi-futex.txt: correct rt-mutex.txt reference Date: Fri, 22 May 2015 12:00:34 +0800 Message-ID: <1432267234-44983-1-git-send-email-zhangzhiqiang.zhang@huawei.com> X-Mailer: git-send-email 1.9.0 MIME-Version: 1.0 Content-Type: text/plain X-Originating-IP: [10.107.197.247] X-CFilter-Loop: Reflected Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1036 Lines: 29 rt-mutex.txt has been moved to Documentation/locking by 214e0aed639ef40987bf6159fad303171a6de31e in 3.18-rc1, so modify the reference in Documentation/pi-futex.txt. ---------------------------------------- Signed-off-by: Zhiqiang Zhang --- Documentation/pi-futex.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/pi-futex.txt b/Documentation/pi-futex.txt index 9a5bc86..4bfeba0 100644 --- a/Documentation/pi-futex.txt +++ b/Documentation/pi-futex.txt @@ -118,4 +118,4 @@ properties of futexes, and all four combinations are possible: futex, robust-futex, PI-futex, robust+PI-futex. More details about priority inheritance can be found in -Documentation/rt-mutex.txt. +Documentation/locking/rt-mutex.txt. -- 1.9.0 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/