Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit b6a68a5b authored by Linus Torvalds's avatar Linus Torvalds
Browse files

Merge branch 'slab/urgent' of git://github.com/penberg/linux

* 'slab/urgent' of git://github.com/penberg/linux:
  slub: add slab with one free object to partial list tail
parents 6d7c2b4c 130655ef
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -2377,7 +2377,7 @@ static void __slab_free(struct kmem_cache *s, struct page *page,
		 */
		 */
		if (unlikely(!prior)) {
		if (unlikely(!prior)) {
			remove_full(s, page);
			remove_full(s, page);
			add_partial(n, page, 0);
			add_partial(n, page, 1);
			stat(s, FREE_ADD_PARTIAL);
			stat(s, FREE_ADD_PARTIAL);
		}
		}
	}
	}