From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out30-133.freemail.mail.aliyun.com (out30-133.freemail.mail.aliyun.com [115.124.30.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 32AEF22A4F3 for ; Mon, 13 Jan 2025 12:25:14 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=115.124.30.133 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736771117; cv=none; b=jOv/Sv9mOW7jCkDxLWZbWvubtrAKhJUqTe9Yes3jZ1ozc7FU5QJiElvWkb3rYlkAlsWqk4nj4R/82obNW2XOHDTvrol8ECDTlaB+dyrsiFT+rnz/EyTsuMU94b4eJT7FSca3el7SrsLb+jScNB8Oj7JRwq1uERq2I+iIHYFSXo8= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1736771117; c=relaxed/simple; bh=/jge9zJX9g20sQT4ZfjzMi+lbvh5EwuBr67FU9g1Y7Q=; h=Message-ID:Date:MIME-Version:Subject:To:Cc:References:From: In-Reply-To:Content-Type; b=P8UbRt74niDCm3qz2dxuDOw7GiSx0lxgFTowUpLqxV9thyba/NHZ15EMw5FHfeEOCNdAlgi00SOO/+Y1l2w60sRCuVsiheBqjvH0ZXxretmof9u9OEWtkP3zQ1+a6RR82CORuAhaoxRJ9FNjqCySTdwU2OjqjiN14flMmj+iDa8= 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=MjKZIyuc; arc=none smtp.client-ip=115.124.30.133 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="MjKZIyuc" DKIM-Signature:v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.alibaba.com; s=default; t=1736771107; h=Message-ID:Date:MIME-Version:Subject:To:From:Content-Type; bh=7vmOwy0eRSOWmEKXK9YQjMhg6xXzbefxfP/4souNOL4=; b=MjKZIyucRMHteGGiY703CASOSSEYLu0F39eJdObG4K+i2NEcUSVXOVpg1Q3+INKq47hPXtrtoF8QbZVNDYhvCLUVZH0X7xA/7+lM9igZ89ZAL0ILpIX/hDtwpDOjqR9z/HgN6JCBnF6MtX9Yfx5bGWPdJURVjsQ787KIok+2r04= Received: from 30.15.242.227(mailfrom:baolin.wang@linux.alibaba.com fp:SMTPD_---0WNYOPFs_1736771106 cluster:ay36) by smtp.aliyun-inc.com; Mon, 13 Jan 2025 20:25:06 +0800 Message-ID: Date: Mon, 13 Jan 2025 20:25:05 +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 v1 2/6] mm/hugetlb: rename isolate_hugetlb() to folio_isolate_hugetlb() To: David Hildenbrand , linux-kernel@vger.kernel.org Cc: linux-mm@kvack.org, Andrew Morton , Muchun Song , "Matthew Wilcox (Oracle)" References: <20250110182149.746551-1-david@redhat.com> <20250110182149.746551-3-david@redhat.com> From: Baolin Wang In-Reply-To: <20250110182149.746551-3-david@redhat.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit On 2025/1/11 02:21, David Hildenbrand wrote: > Let's make the function name match "folio_isolate_lru()", and add some > kernel doc. > > Signed-off-by: David Hildenbrand LGTM. Reviewed-by: Baolin Wang