lkml.org 
[lkml]   [2011]   [Jul]   [25]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
    Patch in this message
    /
    From
    Subject[PATCH 01/25] dynamic_debug: add pending flag 'a' to make pending queries explicit
    Date
    this just adds flag to header, so it can be rebased to the front of
    the patchset, so that rebuilds within the set are faster.

    Signed-off-by: Jim Cromie <jim.cromie@gmail.com>
    ---
    include/linux/dynamic_debug.h | 1 +
    1 files changed, 1 insertions(+), 0 deletions(-)

    diff --git a/include/linux/dynamic_debug.h b/include/linux/dynamic_debug.h
    index bc75472..8f46a5d 100644
    --- a/include/linux/dynamic_debug.h
    +++ b/include/linux/dynamic_debug.h
    @@ -26,6 +26,7 @@ struct _ddebug {
    #define _DPRINTK_FLAGS_INCL_FUNCNAME (1<<2)
    #define _DPRINTK_FLAGS_INCL_LINENO (1<<3)
    #define _DPRINTK_FLAGS_INCL_TID (1<<4)
    +#define _DPRINTK_FLAGS_APPEND (1<<5) /* add query to pending list */
    #define _DPRINTK_FLAGS_DEFAULT 0
    unsigned int flags:8;
    char enabled;
    --
    1.7.4.1


    \
     
     \ /
      Last update: 2011-07-25 23:45    [W:4.057 / U:0.304 seconds]
    ©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site