14 Oct, 2013

1 commit

  • Similar to other findnew based methods if the requested object is not
    found, add it to the list.

    v2: followed format of other findnew methods per acme's request

    Signed-off-by: David Ahern
    Cc: Frederic Weisbecker
    Cc: Ingo Molnar
    Cc: Jiri Olsa
    Cc: Namhyung Kim
    Cc: Peter Zijlstra
    Cc: Stephane Eranian
    Link: http://lkml.kernel.org/r/1381289214-24885-2-git-send-email-dsahern@gmail.com
    Signed-off-by: Arnaldo Carvalho de Melo

    David Ahern
     

25 Oct, 2012

1 commit

  • The nr_entries in rblist is never decremented when an element
    is deleted. Also, use rblist__remove_node to delete a node in
    rblist__delete(). This would keep the nr_entries sane.

    Signed-off-by: Suzuki K. Poulose
    Acked-by: David S. Ahern
    Cc: David S. Ahern
    Link: http://lkml.kernel.org/r/20120831070834.14806.87398.stgit@suzukikp.in.ibm.com
    Signed-off-by: Arnaldo Carvalho de Melo

    Suzuki K. Poulose
     

03 Aug, 2012

1 commit

  • rblist is the rbtree based code from strlist. It will be the common code
    for strlist and the to-be-introduced intlist.

    Signed-off-by: David Ahern
    Cc: Frederic Weisbecker
    Cc: Ingo Molnar
    Cc: Jiri Olsa
    Cc: Namhyung Kim
    Cc: Peter Zijlstra
    Link: http://lkml.kernel.org/r/1343709095-7089-2-git-send-email-dsahern@gmail.com
    Signed-off-by: Arnaldo Carvalho de Melo

    David Ahern