From: zhong jiang <zhongjiang@huawei.com>
To: Mike Kravetz <mike.kravetz@oracle.com>
Cc: Michal Hocko <mhocko@kernel.org>,
akpm@linux-foundation.org, n-horiguchi@ah.jp.nec.com,
linux-mm@kvack.org
Subject: Re: [PATCH] mm: remove unnecessary condition in remove_inode_hugepages
Date: Tue, 27 Sep 2016 22:19:42 +0800 [thread overview]
Message-ID: <57EA7FFE.60401@huawei.com> (raw)
In-Reply-To: <9d43eafa-a3c2-01c8-53c7-6654ad0114e9@oracle.com>
On 2016/9/27 4:16, Mike Kravetz wrote:
> On 09/26/2016 02:01 AM, Michal Hocko wrote:
>> On Mon 26-09-16 10:34:13, zhongjiang wrote:
>>> From: zhong jiang <zhongjiang@huawei.com>
>>>
>>> when the huge page is added to the page cahce (huge_add_to_page_cache),
>>> the page private flag will be cleared. since this code
>>> (remove_inode_hugepages) will only be called for pages in the
>>> page cahce, PagePrivate(page) will always be false.
>>>
>>> The patch remove the code without any functional change.
>>>
>>> Signed-off-by: zhong jiang <zhongjiang@huawei.com>
>>> ---
>>> fs/hugetlbfs/inode.c | 10 ++++------
>>> include/linux/hugetlb.h | 2 +-
>>> mm/hugetlb.c | 4 ++--
>>> 3 files changed, 7 insertions(+), 9 deletions(-)
>>>
>>> diff --git a/fs/hugetlbfs/inode.c b/fs/hugetlbfs/inode.c
>>> index 4ea71eb..81f8bbf4 100644
>>> --- a/fs/hugetlbfs/inode.c
>>> +++ b/fs/hugetlbfs/inode.c
>>> @@ -458,18 +458,16 @@ static void remove_inode_hugepages(struct inode *inode, loff_t lstart,
>>> * cache (remove_huge_page) BEFORE removing the
>>> * region/reserve map (hugetlb_unreserve_pages). In
>>> * rare out of memory conditions, removal of the
>>> - * region/reserve map could fail. Before free'ing
>>> - * the page, note PagePrivate which is used in case
>>> - * of error.
>>> + * region/reserve map could fail. Correspondingly,
>>> + * the subpool and global reserve usage count can need
>>> + * to be adjusted.
>>> */
>>> - rsv_on_error = !PagePrivate(page);
>> This whole code is tricky as hell. I would be calmer if we just stick a
>> VM_BUG_ON here to make sure that this assumption will not break later
>> on.
> I'm OK with adding the VM_BUG_ON.
>
> This has run through the fallocate stress testing without issue. In
> addition, I ran it through the (in development) userfaultfd huge page
> tests that use fallocate hole punch on a privately mapped hugetlbfs
> file.
Thank you for test and review.
> The original check for PagePrivate was likely added due to observations
> about the way the flag is used in dequeue_huge_page_vma/free_huge_page.
> Unfortunately, I did not recognize that they did not apply in this case.
>
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
next prev parent reply other threads:[~2016-09-27 14:29 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-26 2:34 [PATCH] mm: remove unnecessary condition in remove_inode_hugepages zhongjiang
2016-09-26 9:01 ` Michal Hocko
2016-09-26 20:16 ` Mike Kravetz
2016-09-27 14:19 ` zhong jiang [this message]
2016-09-27 14:01 ` zhong jiang
-- strict thread matches above, loose matches on Subject: below --
2016-09-25 9:17 zhongjiang
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=57EA7FFE.60401@huawei.com \
--to=zhongjiang@huawei.com \
--cc=akpm@linux-foundation.org \
--cc=linux-mm@kvack.org \
--cc=mhocko@kernel.org \
--cc=mike.kravetz@oracle.com \
--cc=n-horiguchi@ah.jp.nec.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.