]> git.proxmox.com Git - mirror_spl.git/commit
Linux 4.5 compat: pfn_t typedef
authorBrian Behlendorf <behlendorf1@llnl.gov>
Tue, 19 Jan 2016 16:59:47 +0000 (08:59 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 20 Jan 2016 19:39:18 +0000 (11:39 -0800)
commitde77e245902cc5bb6c22591d54e31c7647ff912f
tree2a5662b081ec3a91e0e5ce62072d394c446bf852
parentd348f23a6a9b3017524b66c9f7c9d32ec283e178
Linux 4.5 compat: pfn_t typedef

The pfn_t typedef was inherited from Illumos but never directly
used by any SPL consumers.  This didn't cause any issues until
the Linux 4.5 kernel introduced a typedef of the same name.
See torvalds/linux/commit/34c0fd54, this patch removes the
unused Illumos version to prevent a conflict.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Tim Chase <tim@chase2k.com>
Signed-off-by: Chunwei Chen <tuxoko@gmail.com>
Closes #524
include/sys/types.h