]> git.proxmox.com Git - mirror_spl.git/commit
Split spl-build.m4
authorBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 7 Feb 2018 19:50:24 +0000 (11:50 -0800)
committerGitHub <noreply@github.com>
Wed, 7 Feb 2018 19:50:24 +0000 (11:50 -0800)
commit48ef8ba07094afcd67355940ca8db92d76f7c096
treec0f847b7ce7c93950d313ca7708bce4bc1f3621e
parent5461eefe50427a8f8caf0b92f0195c754bed8ec6
Split spl-build.m4

Split the kernel interface configure checks in to seperate m4
macro files.  This is intended to facilitate moving the spl
source code in to the zfs repository.

Reviewed-by: Tony Hutter <hutter2@llnl.gov>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #682
22 files changed:
config/kernel-ctl-table-name.m4 [new file with mode: 0644]
config/kernel-fallocate.m4 [new file with mode: 0644]
config/kernel-group-info.m4 [new file with mode: 0644]
config/kernel-inode-lock.m4 [new file with mode: 0644]
config/kernel-kmem-cache.m4 [new file with mode: 0644]
config/kernel-kuidgid.m4 [new file with mode: 0644]
config/kernel-pde-data.m4 [new file with mode: 0644]
config/kernel-rw.m4 [new file with mode: 0644]
config/kernel-rwsem.m4 [new file with mode: 0644]
config/kernel-sched.m4 [new file with mode: 0644]
config/kernel-set-fs-pwd.m4 [new file with mode: 0644]
config/kernel-shrinker.m4 [new file with mode: 0644]
config/kernel-spinlock.m4 [new file with mode: 0644]
config/kernel-timer.m4 [new file with mode: 0644]
config/kernel-trim-unused-symbols.m4 [new file with mode: 0644]
config/kernel-truncate-range.m4 [new file with mode: 0644]
config/kernel-urange-sleep.m4 [new file with mode: 0644]
config/kernel-vfs-fsync.m4 [new file with mode: 0644]
config/kernel-vfs-getattr.m4 [new file with mode: 0644]
config/kernel-wait.m4 [new file with mode: 0644]
config/kernel-zlib.m4 [new file with mode: 0644]
config/spl-build.m4