rcu: improve kerneldoc for rcu_read_lock(), call_rcu(), and synchronize_rcu()
[firefly-linux-kernel-4.4.55.git] / include / linux / page-flags.h
index 5b59f35dcb8fdd3ef12c4bc4f2cd5f439e63053b..6fa317801e1c72be3e6977b538f49da988be49ee 100644 (file)
@@ -128,7 +128,6 @@ enum pageflags {
 
        /* SLUB */
        PG_slub_frozen = PG_active,
-       PG_slub_debug = PG_error,
 };
 
 #ifndef __GENERATING_BOUNDS_H
@@ -215,7 +214,6 @@ PAGEFLAG(SwapBacked, swapbacked) __CLEARPAGEFLAG(SwapBacked, swapbacked)
 __PAGEFLAG(SlobFree, slob_free)
 
 __PAGEFLAG(SlubFrozen, slub_frozen)
-__PAGEFLAG(SlubDebug, slub_debug)
 
 /*
  * Private page markings that may be used by the filesystem that owns the page