From patchwork Fri Jan 12 07:25:37 2024 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Al Viro X-Patchwork-Id: 13518008 Received: from zeniv.linux.org.uk (zeniv.linux.org.uk [62.89.141.173]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 0ED9C381B7 for ; Fri, 12 Jan 2024 07:25:39 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=zeniv.linux.org.uk Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=ftp.linux.org.uk Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=linux.org.uk header.i=@linux.org.uk header.b="HEm7rViX" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=linux.org.uk; s=zeniv-20220401; h=Sender:Content-Type:MIME-Version: Message-ID:Subject:Cc:To:From:Date:Reply-To:Content-Transfer-Encoding: Content-ID:Content-Description:In-Reply-To:References; bh=BDmGBhvOF3dh6Ktxs2Djsw69tw84FrCD5zr2+b2cR8I=; b=HEm7rViXlcYWCqCH2y1bOKfv+S ohBMiNlVa5jYXFSbR3/0WdkEXaAv43+JICYRm1txljNDlMBbS1rhHnuti3DJYkAzFAM1HDVSSFtJA YEoC38TQmlDe00S2GwDX9VNlY/tW8XDIX0ZWqCfrP9NJDCMX6PO3FDoTAvAPY8sOYnhXu4E8j2IfC owVtZSdYc0H85a+M0jcSRaf8EItiTnyWq/Jb1aMV8nNkXv0dGgm8ix9b/6D1UHUckepA+L9plMQiN FmeJ2BbpXKpGYPiWXPjoXIcQx9dqxLXHOmszMQOvOCU5VE+8puNT2xz2C5+xzURxMKxi6J8phsQs2 OU6uyw1w==; Received: from viro by zeniv.linux.org.uk with local (Exim 4.96 #2 (Red Hat Linux)) id 1rOBv7-00E6ly-2W; Fri, 12 Jan 2024 07:25:37 +0000 Date: Fri, 12 Jan 2024 07:25:37 +0000 From: Al Viro To: Linus Torvalds Cc: linux-fsdevel@vger.kernel.org Subject: [git pull] more simple_recursive_removal() conversions Message-ID: <20240112072537.GB1674809@ZenIV> Precedence: bulk X-Mailing-List: linux-fsdevel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Disposition: inline Sender: Al Viro The following changes since commit b85ea95d086471afb4ad062012a4d73cd328fa86: Linux 6.7-rc1 (2023-11-12 16:19:07 -0800) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs.git tags/pull-simple_recursive_removal for you to fetch changes up to 88388cb0c9b0c4cc337e4241fe6f905c89bd7acf: nfsctl: switch to simple_recursive_removal() (2023-12-20 20:45:57 -0500) ---------------------------------------------------------------- more simple_recursive_removal() conversions nfsctl this time... Signed-off-by: Al Viro ---------------------------------------------------------------- Al Viro (1): nfsctl: switch to simple_recursive_removal() fs/nfsd/nfsctl.c | 70 ++++++++++++-------------------------------------------- 1 file changed, 14 insertions(+), 56 deletions(-)