OpenZFS on Linux and FreeBSD
Go to file
Brian Behlendorf ef6c136884 Disable rw_tryupgrade() for newer kernels
For kernels using the CONFIG_RWSEM_GENERIC_SPINLOCK implementation
nothing has changed.  But if your kernel is building with arch
specific rwsems rw_tryupgrade() has been disabled until it can
be implemented correctly.  In particular, the x86 implementation
now leverages atomic primatives for serialization rather than
spinlocks.  So to get this working again it will need to be
implemented as a cmpxchg for x86 and likely something similiar
for other arches we are interested in.  For now it's safest
to simply disable it.
2010-04-22 12:28:19 -07:00
cmd Add support for 'make -s' silent builds 2010-03-26 15:41:17 -07:00
config Add support for 'make -s' silent builds 2010-03-26 15:41:17 -07:00
include Disable rw_tryupgrade() for newer kernels 2010-04-22 12:28:19 -07:00
lib Add support for 'make -s' silent builds 2010-03-26 15:41:17 -07:00
module Allow spl_config.h to be included by dependant packages (updated) 2010-03-22 14:45:33 -07:00
patches Reimplement rwlocks for Linux lock profiling/analysis. 2009-09-18 16:09:47 -07:00
scripts Add support for 'make -s' silent builds 2010-03-26 15:41:17 -07:00
.gitignore Ignore unsigned module build products 2010-03-11 14:29:17 -08:00
AUTHORS Prep for spl-0.4.3 tag. 2009-03-20 14:48:30 -07:00
COPYING Go through and add a header with the proper UCRL number. 2008-05-26 04:38:26 +00:00
ChangeLog Prep for 0.4.8 tag, updated META and ChangeLog 2010-03-11 15:39:33 -08: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
META Prep for 0.4.8 tag, updated META and ChangeLog 2010-03-11 15:39:33 -08:00
Makefile.am Allow spl_config.h to be included by dependant packages (updated) 2010-03-22 14:45:33 -07:00
Makefile.in Add support for 'make -s' silent builds 2010-03-26 15:41:17 -07:00
autogen.sh Packaging improvements for RHEL and SLES 2009-06-16 10:44:59 -07:00
configure Add support for 'make -s' silent builds 2010-03-26 15:41:17 -07:00
configure.ac Add support for 'make -s' silent builds 2010-03-26 15:41:17 -07:00
spl-modules.spec.in Fix definitions for the unknown distro/installation 2010-03-08 15:16:55 -08:00
spl.spec.in Remove usage of the __id_u macro for portability. 2009-10-05 12:51:58 -07:00
spl_config.h.in Add support for 'make -s' silent builds 2010-03-26 15:41:17 -07:00