]> granicus.if.org Git - zfs/commit
Merge branch 'cleanup'
authorBrian Behlendorf <behlendorf1@llnl.gov>
Sun, 19 Oct 2014 21:42:10 +0000 (14:42 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Mon, 20 Oct 2014 15:56:50 +0000 (08:56 -0700)
commit46c936756ea26a52945eb8e8756e7c44ea9fc125
tree9f47779c0e9f8b125ece69273d8ed925c69c8d63
parentde2a22fcb3e7e8d7c4f695aeb0caf9cdc8f82c9a
parentdcf91382b9cfad776f4de9458e53319e5a106331
Merge branch 'cleanup'

Over the years the SPL code bases has accumulated compatibly code
to allow it to build against a wide range of Linux kernels. In
general this is desirable because it makes the code flexible.
However, once support for these old kernels is no longer needed
and is no longer being actively tested it should be removed. This
helps keep the code simple and understandable.

The spl-0.6.x releases have supported kernels all the way back to
2.6.26. This patch stack moves that cut off up to 2.6.32 and newer
kernels. This ensures we still support all the major enterprise
distributions which are largely locked in to 2.6.32 based kernels.
And at the same time we can shed a large amount of compatibility
code which simplifies maintenance and new development.

Signed-off-by: Tim Chase <tim@chase2k.com>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #395