From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out30-118.freemail.mail.aliyun.com (out30-118.freemail.mail.aliyun.com [115.124.30.118]) (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 A09D92C3252 for ; Tue, 16 Dec 2025 07:40:24 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=115.124.30.118 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1765870829; cv=none; b=qo6OpKiGudvkGQyFCT6NyGaoARHn/GNYz+X5KExAQO/PigT2kr1NT2Os5qjtvd+ot+FQLIdKAuaPk4CC2y7m2na3U3RHA9HxHihk9ymjTwl8lrZnCRDR2iEJm65IUkVZ0nLralidoebyq8W1ESwMkMWvYUzgghzogZmsV8UhMSU= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1765870829; c=relaxed/simple; bh=aisr8f2cIB58MwTF+FZu8ERFUeyuU9yIe/cnh+kR/I4=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=MKnmSUJd27vT38X0AZoTL3I8kxYgdWUxhooDdoWi8vropql9fjyN4i5NAcu9ef8oH0me6XMD7HVLQFRe/oLo9CcWvxScOuHaII5JmIYAbrBfRTgRPldiGVis1QB03wqZRwwQERy3Eq7Aq/9GC1FEUMN4sxr5SIMzS5TZ9bRLLHw= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.alibaba.com; spf=pass smtp.mailfrom=linux.alibaba.com; dkim=pass (1024-bit key) header.d=linux.alibaba.com header.i=@linux.alibaba.com header.b=Ff4d5pYO; arc=none smtp.client-ip=115.124.30.118 Authentication-Results: smtp.subspace.kernel.org; dmarc=pass (p=none dis=none) header.from=linux.alibaba.com Authentication-Results: smtp.subspace.kernel.org; spf=pass smtp.mailfrom=linux.alibaba.com Authentication-Results: smtp.subspace.kernel.org; dkim=pass (1024-bit key) header.d=linux.alibaba.com header.i=@linux.alibaba.com header.b="Ff4d5pYO" DKIM-Signature:v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.alibaba.com; s=default; t=1765870821; h=Message-ID:Date:MIME-Version:Subject:To:From:Content-Type; bh=6KLlnYSAyzL/zQdkoj2AjgFdZbBPkMmF8/aMrvQyJIo=; b=Ff4d5pYODPxu6U1PQR46B1ssKWHcTdnMesNmxL99zjJDIpYngp9CtApZNjTW8MDNUhInYnhKJadtCO8t6x0WY/3OS7H518nbZE28LrVDuSCNkQxwlkrnbz3erv9eWeZnL//ay+yL+p6mIudHDDh+7gIO1Yq6fy1W/iY63vtXDww= Received: from 30.74.144.116(mailfrom:baolin.wang@linux.alibaba.com fp:SMTPD_---0WuyJPSE_1765870820 cluster:ay36) by smtp.aliyun-inc.com; Tue, 16 Dec 2025 15:40:21 +0800 Message-ID: <906400b9-4594-4176-9fda-7f04d55d8aa4@linux.alibaba.com> Date: Tue, 16 Dec 2025 15:40:20 +0800 Precedence: bulk X-Mailing-List: linux-kernel@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 User-Agent: Mozilla Thunderbird Subject: Re: [PATCH 01/11] docs: tmpfs: remove implementation detail reference To: Luiz Capitulino , linux-kernel@vger.kernel.org, linux-mm@kvack.org, david@kernel.org Cc: ryan.roberts@arm.com, akpm@linux-foundation.org, lorenzo.stoakes@oracle.com References: <6c611c5a46548039e714cda6014d47c9d93fcbb2.1765833318.git.luizcap@redhat.com> From: Baolin Wang In-Reply-To: <6c611c5a46548039e714cda6014d47c9d93fcbb2.1765833318.git.luizcap@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 2025/12/16 05:16, Luiz Capitulino wrote: > The tmpfs.rst doc references the has_transparent_hugepage() helper, which > is an implementation detail in the kernel and not relevant for users > wishing to properly configure THP support for tmpfs. Remove it. > > Acked-by: David Hildenbrand (Red Hat) > Signed-off-by: Luiz Capitulino > --- Make sense to me. Reviewed-by: Baolin Wang