Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Linux 5.2 compat: Remove config/kernel-set-fs-pwd.m4 #8777

Merged
merged 1 commit into from
May 25, 2019

Commits on May 25, 2019

  1. 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().
    
    Signed-off-by: Tomohiro Kusumi <[email protected]>
    kusumi committed May 25, 2019
    Configuration menu
    Copy the full SHA
    be4f5cc View commit details
    Browse the repository at this point in the history