[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20210812092204.GB4827@lst.de>
Date: Thu, 12 Aug 2021 11:22:04 +0200
From: Christoph Hellwig <hch@....de>
To: John Hubbard <jhubbard@...dia.com>
Cc: Andrew Morton <akpm@...ux-foundation.org>,
Heiko Carstens <hca@...ux.ibm.com>,
Vasily Gorbik <gor@...ux.ibm.com>,
Christian Borntraeger <borntraeger@...ibm.com>,
LKML <linux-kernel@...r.kernel.org>, linux-mm@...ck.org,
linux-s390@...r.kernel.org, linux-fsdevel@...r.kernel.org,
Christoph Hellwig <hch@....de>,
Matthew Wilcox <willy@...radead.org>
Subject: Re: [PATCH v2 3/3] mm/gup: Remove try_get_page(), call
try_get_compound_head() directly
On Wed, Aug 11, 2021 at 12:05:42AM -0700, John Hubbard wrote:
> - if (unlikely(!try_get_page(page)))
> + if (unlikely(try_get_compound_head(page, 1) == NULL))
Why not a simple ! instead of the == NULL?
Otherwise looks good:
Reviewed-by: Christoph Hellwig <hch@....de>
Powered by blists - more mailing lists