From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from shin.romanrm.net (shin.romanrm.net [146.185.199.61]) (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 6563ED531 for ; Tue, 24 Sep 2024 16:28:21 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=146.185.199.61 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1727195305; cv=none; b=WX/KfxX9EMeAB+T8kx+ZATqxhO1iU3gqULPLynFPs5jqcsQr1COS2Tzy9NNsq/WWZe3DtYFFE1pZZ8Q6oc4fKqgwoJQ2/fU9nZgHl9SLQ2yCsrJPn0bOALaPYjJ9l4OUONYH9zPq+JWPAKFlgQeNTushda/UmGLwy21YgOeC3RE= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1727195305; c=relaxed/simple; bh=PudU6xtUlYYVL7V/4A22ez7pWvrgV5DBkbTs93UaCy0=; h=Date:From:To:Cc:Subject:Message-ID:In-Reply-To:References: MIME-Version:Content-Type; b=Rt31rF5INLEMcwiAF0qnYiDO2TZdzIltkfUYbMu78K2xAhCu/gUk5TYQSzoTRIMOjNLKAeozAObFUwKlfLKHnOdxl/YrfN6c330L2/SF2xcGz0uPYnfyHUt6uo74L0Yrj0OG9U+pLAUtOmiR4b5gMqv9GkcAqgShOkLBW9W2pZw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=romanrm.net; spf=pass smtp.mailfrom=romanrm.net; arc=none smtp.client-ip=146.185.199.61 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=romanrm.net Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=romanrm.net Received: from nvm (umi.39.romanrm.net [IPv6:fd39:a9b3:4fb1:1ccb:7900:fcd:12a3:6181]) by shin.romanrm.net (Postfix) with SMTP id 408C43F330; Tue, 24 Sep 2024 16:21:05 +0000 (UTC) Date: Tue, 24 Sep 2024 21:21:04 +0500 From: Roman Mamedov To: Filipe Manana Cc: Qu Wenruo , linux-btrfs@vger.kernel.org, Fabian Vogt Subject: Re: [PATCH 2/2] btrfs: canonicalize the device path before adding it Message-ID: <20240924212104.73963614@nvm> In-Reply-To: References: X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.31; x86_64-pc-linux-gnu) Precedence: bulk X-Mailing-List: linux-btrfs@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Tue, 24 Sep 2024 13:12:09 +0100 Filipe Manana wrote: > > +/* > > + * We can have very wide soft links passed in. > > Wide? Did you mean wild in the sense of unusual? Samba uses this term to refer to links pointing outside of the particular network share tree: https://www.samba.org/samba/docs/current/man-html/smb.conf.5.html#WIDELINKS https://www.samba.org/samba/docs/current/man-html/smb.conf.5.html#ALLOWINSECUREWIDELINKS Not sure what is the origin or etymology, guess it may stem from "VFS-wide", links across the entire pathname space. -- With respect, Roman