git: drm: Make the hlist API compatible with Linux 3.17

Francois Tigeot ftigeot at crater.dragonflybsd.org
Tue Aug 25 04:52:33 PDT 2015


commit d2a9170a267faeb1e7b6cb8b991f2899dc41de83
Author: François Tigeot <ftigeot at wolfpond.org>
Date:   Tue Aug 25 13:45:44 2015 +0200

    drm: Make the hlist API compatible with Linux 3.17
    
    * Replace hlist_add_after_rcu by hlist_add_behind_rcu
    
    * hlist_for_each_entry() now only uses 3 arguments

Summary of changes:
 sys/dev/drm/drm_hashtab.c                       | 21 +++++++++------------
 sys/dev/drm/include/drm/drmP.h                  |  1 +
 sys/dev/drm/include/{asm/pci.h => linux/fs.h}   |  8 ++++----
 sys/dev/drm/include/linux/hashtable.h           |  5 +++++
 sys/dev/drm/include/linux/list.h                | 17 ++++++++---------
 sys/dev/drm/include/linux/{swap.h => rculist.h} | 17 +++++++++--------
 6 files changed, 36 insertions(+), 33 deletions(-)
 copy sys/dev/drm/include/{asm/pci.h => linux/fs.h} (93%)
 copy sys/dev/drm/include/linux/{swap.h => rculist.h} (81%)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/d2a9170a267faeb1e7b6cb8b991f2899dc41de83


-- 
DragonFly BSD source repository



More information about the Commits mailing list