mirror_zfs/module/os/linux/spl
Aidan Harris eee389ba2e Fix functions without a prototype
clang-15 emits the following error message for functions without
a prototype:

fs/zfs/os/linux/spl/spl-kmem-cache.c:1423:27: error:
  a function declaration without a prototype is deprecated
  in all versions of C [-Werror,-Wstrict-prototypes]

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Aidan Harris <me@aidanharr.is>
Closes #13421
2022-05-20 10:33:24 -07:00
..
Makefile.in
README.md
spl-atomic.c
spl-condvar.c
spl-cred.c Fix ACL checks for NFS kernel server 2022-03-20 21:21:18 -07:00
spl-err.c
spl-generic.c
spl-kmem-cache.c Fix functions without a prototype 2022-05-20 10:33:24 -07:00
spl-kmem.c
spl-kstat.c Linux 5.17 compat: PDE_DATA() renamed to pde_data() 2022-02-04 08:33:52 -08:00
spl-proc.c
spl-procfs-list.c Linux 5.17 compat: PDE_DATA() renamed to pde_data() 2022-02-04 08:33:52 -08:00
spl-taskq.c Fix cpu hotplug atomic sleep issue 2022-02-15 21:52:45 -08:00
spl-thread.c Linux 5.17 compat: dequeue_signal() takes a 4th argument 2022-02-04 08:33:52 -08:00
spl-trace.c
spl-tsd.c
spl-vmem.c
spl-xdr.c
spl-zlib.c
THIRDPARTYLICENSE.gplv2
THIRDPARTYLICENSE.gplv2.descrip

The Solaris Porting Layer, SPL, is a Linux kernel module which provides a compatibility layer used by the OpenZFS project.

Installation

The latest version of the SPL is maintained as part of this repository. Only when building ZFS version 0.7.x or earlier must an external SPL release be used. These releases can be found at:

Release

The SPL is released under a GPLv2 license.
For more details see the NOTICE and THIRDPARTYLICENSE files; UCRL-CODE-235197