]> git.proxmox.com Git - mirror_spl-debian.git/commit - configure
Linux 2.6.39 compat, kern_path_parent()
authorBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 20 Apr 2011 19:25:59 +0000 (12:25 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 20 Apr 2011 19:30:17 +0000 (12:30 -0700)
commitb1cbc4610c8b5a9b5de80cb850a6eb58bb811a1d
treeabcad262f820ffa79e7d716acc9f81610ca9edf5
parent83c623aa1a8895879f03f07b060e1c53a9757f71
Linux 2.6.39 compat, kern_path_parent()

The path_lookup() function has been renamed to kern_path_parent()
and the flags argument has been removed.  The only behavior now
offered is that of LOOKUP_PARENT.  The spl already always passed
this flag so dropping the flag does not impact us.
config/spl-build.m4
configure
include/linux/file_compat.h
module/spl/spl-vnode.c
spl_config.h.in