[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAGQXPTi9qMCujvkM67Y28KiTP7xyGiR01ci9Yb6fgq8pW_tcFg@mail.gmail.com>
Date: Mon, 15 Jul 2019 14:21:23 -0700
From: Henry Burns <henryburns@...gle.com>
To: Vitaly Wool <vitalywool@...il.com>
Cc: Andrew Morton <akpm@...ux-foundation.org>,
Vitaly Vul <vitaly.vul@...y.com>,
Shakeel Butt <shakeelb@...gle.com>,
Jonathan Adams <jwadams@...gle.com>,
Linux MM <linux-mm@...ck.org>,
LKML <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] mm/z3fold.c: Reinitialize zhdr structs after migration
Sorry Vitaly, I had the wrong impression from your email that
INIT_LIST_HEAD() was being ensured directly in migrate and got
confused. (I thought you were saying it happened through the call to
do_compact_page() queued).
That being said, I don't see where in migrate new_zhdr->buddy is being
checked. We do check for new_zhdr.work with
if (work_pending(&zhdr->work)) {
...
}
Is that what you were referring to?
Powered by blists - more mailing lists