]> git.proxmox.com Git - mirror_spl.git/commit - config/spl-build.m4
Linux 2.6.35 compat: filp_fsync() dropped 'stuct dentry *'
authorBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 14 Jul 2010 18:26:54 +0000 (11:26 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 14 Jul 2010 18:40:55 +0000 (11:40 -0700)
commitf0ff89fc86873a96a3f60e86e1694775b664663e
tree21099dfd7e18a032ecb11d868be580eb61b1def3
parent82b8c8fa64737edfb203156b245b48840139d2c1
Linux 2.6.35 compat: filp_fsync() dropped 'stuct dentry *'

The prototype for filp_fsync() drop the unused argument 'stuct dentry *'.
I've fixed this by adding the needed autoconf check and moving all of
those filp related functions to file_compat.h.  This will simplify
handling any further API changes in the future.
config/spl-build.m4
configure
include/linux/file_compat.h
module/spl/spl-debug.c
module/spl/spl-vnode.c
spl_config.h.in