From patchwork Mon Nov 20 18:53:32 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chuck Lever X-Patchwork-Id: 13461925 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4BF03C2BB3F for ; Mon, 20 Nov 2023 18:53:40 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S232300AbjKTSxl (ORCPT ); Mon, 20 Nov 2023 13:53:41 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:40858 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229676AbjKTSxj (ORCPT ); Mon, 20 Nov 2023 13:53:39 -0500 Received: from smtp.kernel.org (relay.kernel.org [52.25.139.140]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id A9D7111C for ; Mon, 20 Nov 2023 10:53:34 -0800 (PST) Received: by smtp.kernel.org (Postfix) with ESMTPSA id 274B0C433C8; Mon, 20 Nov 2023 18:53:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1700506414; bh=o2L0DvEBtsG4wxnURb/M/iPk+6At3WpGNDfOuVyJhBo=; h=Subject:From:To:Cc:Date:From; b=OANBxGt6VEykGHW7pIIwzpADtldfidFz47mGE0FwjZofc3IRxrviKXFF37+6OD3qa cwKZFExMNacWjq0YzEZi/FT2uMQj/mnDN5Jh3M0mWmxlv2USgxSiZQMrO7n2Fa5Hj+ 2+uqv+AOJQi/SltFYuz74xIG8c41TdEjLd0LA2qJnvvKsGMHSpPs4YPl0QFZCQKROi yqQx75LlodXuR0Ry27bBBhbfuoVr+83xvBCLUQWktxWd0t03+Ms1pYDL1zsa5nAX4P AG8xn7z/DFkknNAQku/aTHZJJsyzDC9WTzrKvLYxzz9tORdv0xF9Xcjq/QRlDaGJkD HfWm2Jh1Movaw== Subject: [PATCH RFC 0/5] Possible changes to nfs-utils junction support From: Chuck Lever To: linux-nfs@vger.kernel.org Cc: Chuck Lever Date: Mon, 20 Nov 2023 13:53:32 -0500 Message-ID: <170050610386.123525.8429348635736141592.stgit@manet.1015granger.net> User-Agent: StGit/1.5 MIME-Version: 1.0 Precedence: bulk List-ID: X-Mailing-List: linux-nfs@vger.kernel.org Bruce suggested, years ago, that the nfsref command should become the premier administrative interface for managing NFSD's referral behavior. Towards that end, some clean-up is needed for the nfsref command in nfs-utils, which is presented for review here. I'm hesitant to introduce more documentation at this time for the refer= and replica= export options if we plan to remove them in the medium term. --- Chuck Lever (5): junction: Replace xmlParseMemory junction: Remove xmlIndentTreeOutput nfsref: Remove unneeded #include in utils/nfsref/nfsref.c nfsref: Improve nfsref(5) configure: Make --enable-junction=yes the default configure.ac | 6 ++--- support/junction/xml.c | 3 +-- utils/nfsref/nfsref.c | 2 -- utils/nfsref/nfsref.man | 60 +++++++++++++++++++++-------------------- 4 files changed, 35 insertions(+), 36 deletions(-) -- Chuck Lever