From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from shards.monkeyblade.net ([184.105.139.130]:50146 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751704AbeCRALe (ORCPT ); Sat, 17 Mar 2018 20:11:34 -0400 Date: Sat, 17 Mar 2018 20:11:33 -0400 (EDT) Message-Id: <20180317.201133.834834488390553522.davem@davemloft.net> To: viro@ZenIV.linux.org.uk Cc: netdev@vger.kernel.org, linux-sctp@vger.kernel.org Subject: Re: [PATCH v2] sctp: use proc_remove_subtree() From: David Miller In-Reply-To: <20180316233251.GJ30522@ZenIV.linux.org.uk> References: <20180314204621.GY30522@ZenIV.linux.org.uk> <20180316233251.GJ30522@ZenIV.linux.org.uk> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: netdev-owner@vger.kernel.org List-ID: From: Al Viro Date: Fri, 16 Mar 2018 23:32:51 +0000 > use proc_remove_subtree() for subtree removal, both on setup failure > halfway through and on teardown. No need to make simple things > complex... > > Signed-off-by: Al Viro Applied, thanks Al.