mirror_zfs/include/linux
Brian Behlendorf 31a033ecd4 2.6.27+ portability changes
- Added SPL_AC_3ARGS_ON_EACH_CPU configure check to determine
  if the older 4 argument version of on_each_cpu() should be
  used or the new 3 argument version.  The retry argument was
  dropped in the new API which was never used anyway.
- Updated work queue compatibility wrappers.  The old way this
  worked was to pass a data point when initialized the workqueue.
  The new API assumed the work item is embedding in a structure
  and we us container_of() to find that data pointer.
- Updated skc->skc_flags to be an unsigned long which is now
  type checked in the bit operations.  This silences the warnings.
- Updated autogen products and splat tests accordingly
2009-02-02 15:12:30 -08:00
..
bitops_compat.h More 2.6.26 compat changes 2008-08-11 17:56:40 +00:00
file_compat.h More 2.6.26 compat changes 2008-08-11 17:56:40 +00:00
list_compat.h Pull in timespec, list, and type compat changes to support 2008-08-11 17:20:11 +00:00
smp_compat.h 2.6.27+ portability changes 2009-02-02 15:12:30 -08:00
time_compat.h Pull in timespec, list, and type compat changes to support 2008-08-11 17:20:11 +00:00
uaccess_compat.h Include linux/uaccess.h compat changes. 2008-08-11 19:10:14 +00:00
workqueue_compat.h 2.6.27+ portability changes 2009-02-02 15:12:30 -08:00