]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
mm/zswap: fix a white space issue
authorDan Carpenter <dan.carpenter@linaro.org>
Mon, 15 Jul 2024 20:23:05 +0000 (15:23 -0500)
committerAndrew Morton <akpm@linux-foundation.org>
Thu, 18 Jul 2024 04:08:55 +0000 (21:08 -0700)
We accidentally deleted a tab in commit f84152e9efc5 ("mm/zswap: use only
one pool in zswap").  Add it back.

Link: https://lkml.kernel.org/r/c15066a0-f061-42c9-b0f5-d60281d3d5d8@stanley.mountain
Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>
Reviewed-by: Chengming Zhou <chengming.zhou@linux.dev>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/zswap.c

index 66decab33d14c0382777d1e59468d888ec22c4fd..adeaf9c97fdef6089b975a751a6935d4639f98c8 100644 (file)
@@ -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) {