diff options
Diffstat (limited to 'mm/z3fold.c')
-rw-r--r-- | mm/z3fold.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/mm/z3fold.c b/mm/z3fold.c index 39e19125d6a0..d589d318727f 100644 --- a/mm/z3fold.c +++ b/mm/z3fold.c | |||
@@ -769,7 +769,7 @@ static void z3fold_free(struct z3fold_pool *pool, unsigned long handle) | |||
769 | /** | 769 | /** |
770 | * z3fold_reclaim_page() - evicts allocations from a pool page and frees it | 770 | * z3fold_reclaim_page() - evicts allocations from a pool page and frees it |
771 | * @pool: pool from which a page will attempt to be evicted | 771 | * @pool: pool from which a page will attempt to be evicted |
772 | * @retires: number of pages on the LRU list for which eviction will | 772 | * @retries: number of pages on the LRU list for which eviction will |
773 | * be attempted before failing | 773 | * be attempted before failing |
774 | * | 774 | * |
775 | * z3fold reclaim is different from normal system reclaim in that it is done | 775 | * z3fold reclaim is different from normal system reclaim in that it is done |
@@ -779,7 +779,7 @@ static void z3fold_free(struct z3fold_pool *pool, unsigned long handle) | |||
779 | * z3fold and the user, however. | 779 | * z3fold and the user, however. |
780 | * | 780 | * |
781 | * To avoid these, this is how z3fold_reclaim_page() should be called: | 781 | * To avoid these, this is how z3fold_reclaim_page() should be called: |
782 | 782 | * | |
783 | * The user detects a page should be reclaimed and calls z3fold_reclaim_page(). | 783 | * The user detects a page should be reclaimed and calls z3fold_reclaim_page(). |
784 | * z3fold_reclaim_page() will remove a z3fold page from the pool LRU list and | 784 | * z3fold_reclaim_page() will remove a z3fold page from the pool LRU list and |
785 | * call the user-defined eviction handler with the pool and handle as | 785 | * call the user-defined eviction handler with the pool and handle as |