From: Chengming Zhou <chengming.zhou@linux.dev>
To: Dan Carpenter <dan.carpenter@linaro.org>,
Johannes Weiner <hannes@cmpxchg.org>
Cc: Yosry Ahmed <yosryahmed@google.com>,
Nhat Pham <nphamcs@gmail.com>,
Andrew Morton <akpm@linux-foundation.org>,
linux-mm@kvack.org, linux-kernel@vger.kernel.org,
kernel-janitors@vger.kernel.org
Subject: Re: [PATCH] mm/zswap: fix a white space issue
Date: Tue, 16 Jul 2024 10:12:42 +0800 [thread overview]
Message-ID: <cc1a6407-1af8-44ea-9f99-fbcd94e8188d@linux.dev> (raw)
In-Reply-To: <c15066a0-f061-42c9-b0f5-d60281d3d5d8@stanley.mountain>
On 2024/7/16 04:23, Dan Carpenter wrote:
> We accidentally deleted a tab in commit f84152e9efc5 ("mm/zswap: use only
> one pool in zswap"). Add it back.
>
> Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>
Thanks!
Reviewed-by: Chengming Zhou <chengming.zhou@linux.dev>
> ---
> mm/zswap.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/mm/zswap.c b/mm/zswap.c
> index 66decab33d14..adeaf9c97fde 100644
> --- a/mm/zswap.c
> +++ b/mm/zswap.c
> @@ -803,7 +803,7 @@ static void zswap_entry_free(struct zswap_entry *entry)
> atomic_dec(&zswap_same_filled_pages);
> else {
> zswap_lru_del(&zswap_list_lru, entry);
> - zpool_free(entry->pool->zpool, entry->handle);
> + zpool_free(entry->pool->zpool, entry->handle);
> zswap_pool_put(entry->pool);
> }
> if (entry->objcg) {
prev parent reply other threads:[~2024-07-16 2:12 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-07-15 20:23 Dan Carpenter
2024-07-16 2:12 ` Chengming Zhou [this message]
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=cc1a6407-1af8-44ea-9f99-fbcd94e8188d@linux.dev \
--to=chengming.zhou@linux.dev \
--cc=akpm@linux-foundation.org \
--cc=dan.carpenter@linaro.org \
--cc=hannes@cmpxchg.org \
--cc=kernel-janitors@vger.kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-mm@kvack.org \
--cc=nphamcs@gmail.com \
--cc=yosryahmed@google.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox