cifs: find and use the dentry for cached non-root directories also
[linux-2.6-microblaze.git] / mm / zswap.c
index 104835b..2d48fd5 100644 (file)
@@ -1026,7 +1026,7 @@ static int zswap_writeback_entry(struct zpool *pool, unsigned long handle)
        SetPageReclaim(page);
 
        /* start writeback */
-       __swap_writepage(page, &wbc, end_swap_bio_write);
+       __swap_writepage(page, &wbc);
        put_page(page);
        zswap_written_back_pages++;