From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S965230AbeAXSi0 (ORCPT ); Wed, 24 Jan 2018 13:38:26 -0500 Received: from mail-wm0-f65.google.com ([74.125.82.65]:42729 "EHLO mail-wm0-f65.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S964989AbeAXSiW (ORCPT ); Wed, 24 Jan 2018 13:38:22 -0500 X-Google-Smtp-Source: AH8x224BaJF6orRBcQDSj6w8tuAafEMO6rvAJAzn89bH6I9NAs6qysbhpFe1OSbYwajhc3cLg2ehoA== From: Corentin Labbe To: corbet@lwn.net Cc: linux-decnet-user@lists.sourceforge.net, linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org, Corentin Labbe Subject: [PATCH] Documentation: decnet: remove reference to CONFIG_DECNET_ROUTE_FWMARK Date: Wed, 24 Jan 2018 18:38:13 +0000 Message-Id: <1516819093-27921-1-git-send-email-clabbe@baylibre.com> X-Mailer: git-send-email 2.7.4 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org CONFIG_DECNET_ROUTE_FWMARK was removed in commit 47dcf0cb1005 ("[NET]: Rethink mark field in struct flowi") Since nothing replace it (and nothing need to replace it), simply remove it from documentation. Signed-off-by: Corentin Labbe --- Documentation/networking/decnet.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/Documentation/networking/decnet.txt b/Documentation/networking/decnet.txt index e12a4900cf72..d192f8b9948b 100644 --- a/Documentation/networking/decnet.txt +++ b/Documentation/networking/decnet.txt @@ -22,8 +22,6 @@ you'll need the following options as well... CONFIG_DECNET_ROUTER (to be able to add/delete routes) CONFIG_NETFILTER (will be required for the DECnet routing daemon) - CONFIG_DECNET_ROUTE_FWMARK is optional - Don't turn on SIOCGIFCONF support for DECnet unless you are really sure that you need it, in general you won't and it can cause ifconfig to malfunction. -- 2.13.6