From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from bombadil.infradead.org (bombadil.infradead.org [198.137.202.133]) (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 7F23D171A7; Sat, 15 Jun 2024 06:29:40 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=198.137.202.133 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1718432982; cv=none; b=M+q0W0bfYSiDS7VlT6on93wMog+p7lU1P5/EbSzRYjGPO5+7uK4La2iHYiyyoV2mKm6TBfUG+HLNtuOu+1O0m6PRvC3NInIFeZfP/uI1L9/+KJ1x2NL9KvZYblt9LlbCugQL6JUe8RhTB0g8PMZ0Mu15e2SnNncwSYsNzHzPFOw= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1718432982; c=relaxed/simple; bh=0zM6gJVJvoOmYTuTb0pxv20OuNzO82Jy5LiDFJyCn5Q=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=tEpixJwPxu9MM4FkPqGeJwwFtA+R6EAzS8xCNxqHvEkXiouVMKQjHECfZ+LDudtlCXr1TCEUtk84rdZhjyK5Zims3MNjRUpSWN7iH5XNJZhEnZcYUQBd45KZ6uKjOoTrAk1HtszFG29t0gRM/XiUN2Io+XraGoFILK9xSAlUWz4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org; spf=none smtp.mailfrom=bombadil.srs.infradead.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b=CKKdDrmR; arc=none smtp.client-ip=198.137.202.133 Authentication-Results: smtp.subspace.kernel.org; dmarc=none (p=none dis=none) header.from=infradead.org Authentication-Results: smtp.subspace.kernel.org; spf=none smtp.mailfrom=bombadil.srs.infradead.org Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=infradead.org header.i=@infradead.org header.b="CKKdDrmR" DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=infradead.org; s=bombadil.20210309; h=In-Reply-To:Content-Type:MIME-Version :References:Message-ID:Subject:Cc:To:From:Date:Sender:Reply-To: Content-Transfer-Encoding:Content-ID:Content-Description; bh=5cfpNhUeQXoiMt8QIStiYYLXtYSXmM9M5tXUD/QDu14=; b=CKKdDrmRm8Oi6I17Cs1sa3UEXm jkl72unEqvU5duMWnvjO8KXokXQTGN1t3XChuMQILlrtvYS3NzEG21+fC1HEsYuNrNG5fJ5CZvBlQ cYr2IS/ymR08lDStsw5h7TpyQ9esEU2flMB3716Sl78UkpMScs++l6c0NaukGTxbcR7lQB5eCzfX2 yBUYfiH0unsAylR1ifdfMApo+E/CVh+U5+QnPMdoWYRt9xA1tDEW6SOrgrlI7wWI3XpfIXIsTI2aI 0cXSVSsINi0HKjwz1x4VW4skYwk9EJ9YBqhguGM4qaxFDFDYfkDLoA0EPXSxD/KBbT1IgdvFoQ8IM nRKjzEqA==; Received: from hch by bombadil.infradead.org with local (Exim 4.97.1 #2 (Red Hat Linux)) id 1sIMuw-00000004nqX-3HBv; Sat, 15 Jun 2024 06:29:38 +0000 Date: Fri, 14 Jun 2024 23:29:38 -0700 From: Christoph Hellwig To: Congjie Zhou Cc: viro@zeniv.linux.org.uk, brauner@kernel.org, linux-fsdevel@vger.kernel.org, linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] fs: modify the annotation of vfs_mkdir() in fs/namei.c Message-ID: References: <20240615030056.GO1629371@ZenIV> Precedence: bulk X-Mailing-List: linux-fsdevel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-SRS-Rewrite: SMTP reverse-path rewritten from by bombadil.infradead.org. See http://www.infradead.org/rpr.html On Sat, Jun 15, 2024 at 12:38:32PM +0800, Congjie Zhou wrote: > modify the annotation of @dir and @dentry Well, it is clearly obvious that you modify them from the patch. But why?