diff options
-rw-r--r-- | mm/memory.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mm/memory.c b/mm/memory.c index b1dff75640b7..676020552b32 100644 --- a/mm/memory.c +++ b/mm/memory.c | |||
@@ -1093,7 +1093,6 @@ again: | |||
1093 | if (unlikely(details)) | 1093 | if (unlikely(details)) |
1094 | continue; | 1094 | continue; |
1095 | 1095 | ||
1096 | entry = pte_to_swp_entry(ptent); | ||
1097 | if (!non_swap_entry(entry)) | 1096 | if (!non_swap_entry(entry)) |
1098 | rss[MM_SWAPENTS]--; | 1097 | rss[MM_SWAPENTS]--; |
1099 | else if (is_migration_entry(entry)) { | 1098 | else if (is_migration_entry(entry)) { |