diff --git a/mm/page_counter.c b/mm/page_counter.c
index 7d83641eb86b72f7c29a6db821d204b00fb94c1c..eb156ff5d60303c9ce69977ff2bc7c3204fa1331 100644
--- a/mm/page_counter.c
+++ b/mm/page_counter.c
@@ -120,7 +120,6 @@ bool page_counter_try_charge(struct page_counter *counter,
 		new = atomic_long_add_return(nr_pages, &c->usage);
 		if (new > c->max) {
 			atomic_long_sub(nr_pages, &c->usage);
-			propagate_protected_usage(c, new);
 			/*
 			 * This is racy, but we can live with some
 			 * inaccuracy in the failcnt which is only used