]> granicus.if.org Git - zfs/commit
Linux 5.2 compat: Remove config/kernel-set-fs-pwd.m4
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Sat, 25 May 2019 20:28:56 +0000 (05:28 +0900)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 7 Jun 2019 19:39:13 +0000 (12:39 -0700)
commit8ec352be1f0866858e52f155f5b1a9faaa3ccacf
treea282b966942a109dbd328b95a65b86afb4461f14
parentdf717bb83538f77d0f05e06cea29ab5d82bf6280
Linux 5.2 compat: Remove config/kernel-set-fs-pwd.m4

This failed on 5.2-rc1 with "error: unknown" message, for set_fs_pwd()
not being visible in both const and non-const tests.

This is caused by torvalds/linux@83da1bed86. It's configurable,
but we would want to be able to compile with default kbuild setting.

set_fs_pwd() has never been exported with exception of some distro
kernels, and set_fs_pwd() wasn't used in ZoL to begin with. The test
result was used for a spl function vn_set_fs_pwd().

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: loli10K <ezomori.nozomu@gmail.com>
Signed-off-by: Tomohiro Kusumi <kusumi.tomohiro@osnexus.com>
Closes #8777
config/kernel-set-fs-pwd.m4 [deleted file]
config/kernel.m4
module/spl/spl-vnode.c