]> git.proxmox.com Git - mirror_spl.git/commit
Linux 3.1 compat, kern_path_parent()
authorBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 9 Nov 2011 20:29:51 +0000 (12:29 -0800)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Thu, 10 Nov 2011 00:51:25 +0000 (16:51 -0800)
commit12ff95ff579d0203790aff69632c7ab12ce56140
treefac52bd30a7fc2f1589c5192788bc0b656abd24a
parentb8b6e4c453929596b630fa1cca1ee26a532a2ab4
Linux 3.1 compat, kern_path_parent()

Prior to Linux 3.1 the kern_path_parent symbol was exported for
use by kernel modules.  As of Linux 3.1 it is now longer easily
available.  To handle this case the spl will now dynamically
look up address of the missing symbol at module load time.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Issue #52
config/spl-build.m4
configure
include/linux/file_compat.h
include/sys/vnode.h
module/spl/spl-generic.c
module/spl/spl-vnode.c
spl_config.h.in