udf: don't increment lenExtents while writing to a hole
[pandora-kernel.git] / mm / vmscan.c
index 2624edc..8b055e9 100644 (file)
@@ -3017,6 +3017,8 @@ static int kswapd(void *p)
                                                &balanced_classzone_idx);
                }
        }
+
+       current->reclaim_state = NULL;
        return 0;
 }