Go to file
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
build This should have been part of the previous autoconf commit. 2008-06-02 18:41:30 +00:00
cmd Prefix META_ALIAS with SPL_ 2008-11-26 13:26:05 -08:00
config 2.6.27+ portability changes 2009-02-02 15:12:30 -08:00
include 2.6.27+ portability changes 2009-02-02 15:12:30 -08:00
lib Prefix META_ALIAS with SPL_ 2008-11-26 13:26:05 -08:00
module 2.6.27+ portability changes 2009-02-02 15:12:30 -08:00
patches Add the minimal set of kernel patches need to for the SPL. Hopefully 2008-06-02 19:45:04 +00:00
scripts Rename modules to module and update references 2009-01-15 10:44:54 -08:00
AUTHORS Go through and add a header with the proper UCRL number. 2008-05-26 04:38:26 +00:00
autogen.sh * : Add autogen.sh products. 2008-11-24 23:49:18 +00:00
ChangeLog Prep for 0.4.1 tag 2009-01-21 11:46:02 -08:00
configure 2.6.27+ portability changes 2009-02-02 15:12:30 -08:00
configure.ac 2.6.27+ portability changes 2009-02-02 15:12:30 -08:00
COPYING Go through and add a header with the proper UCRL number. 2008-05-26 04:38:26 +00:00
DISCLAIMER Go through and add a header with the proper UCRL number. 2008-05-26 04:38:26 +00:00
INSTALL Trivial commit to remove whitespace 2008-07-09 19:11:29 +00:00
libtool Update debug.h to standardize VERIFY3_IMPL error messages in debug and non-debug mode 2009-01-22 09:41:47 -08:00
Makefile.am Rename modules to module and update references 2009-01-15 10:44:54 -08:00
Makefile.in Rename modules to module and update references 2009-01-15 10:44:54 -08:00
META Prep for 0.4.1 tag 2009-01-21 11:46:02 -08:00
spl_config.h.in 2.6.27+ portability changes 2009-02-02 15:12:30 -08:00