lkml.org 
[lkml]   [2012]   [Nov]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 2/7] move include of workqueue.h to top of slab.h file
    Date
    Suggested by akpm. I originally decided to put it closer to the use of
    the work struct, but let's move it to top.

    Signed-off-by: Glauber Costa <glommer@parallels.com>
    CC: Michal Hocko <mhocko@suse.cz>
    CC: Kamezawa Hiroyuki <kamezawa.hiroyu@jp.fujitsu.com>
    CC: Johannes Weiner <hannes@cmpxchg.org>
    CC: Andrew Morton <akpm@linux-foundation.org>
    ---
    include/linux/slab.h | 4 ++--
    1 file changed, 2 insertions(+), 2 deletions(-)

    diff --git a/include/linux/slab.h b/include/linux/slab.h
    index 81ee767..18f8c98 100644
    --- a/include/linux/slab.h
    +++ b/include/linux/slab.h
    @@ -11,6 +11,8 @@

    #include <linux/gfp.h>
    #include <linux/types.h>
    +#include <linux/workqueue.h>
    +

    /*
    * Flags to pass to kmem_cache_create().
    @@ -180,8 +182,6 @@ unsigned int kmem_cache_size(struct kmem_cache *);
    #ifndef ARCH_SLAB_MINALIGN
    #define ARCH_SLAB_MINALIGN __alignof__(unsigned long long)
    #endif
    -
    -#include <linux/workqueue.h>
    /*
    * This is the main placeholder for memcg-related information in kmem caches.
    * struct kmem_cache will hold a pointer to it, so the memory cost while
    --
    1.7.11.7


    \
     
     \ /
      Last update: 2012-11-14 20:41    [W:2.974 / U:0.464 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site