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 3.4 compat: d_make_root() replaces d_alloc_root() #776

Closed
wants to merge 1 commit into from

Commits on Jun 6, 2012

  1. Linux 3.4 compat: d_make_root() replaces d_alloc_root()

    torvalds/linux@adc0e91 introduced
    introduced d_make_root() as a replacement for d_alloc_root(). Further
    commits appear to have removed d_alloc_root() from the Linux source
    tree. This causes the following failure:
    
    error: implicit declaration of function 'd_alloc_root'
    [-Werror=implicit-function-declaration]
    
    To correct this, we introduce an autotools check for d_alloc_root() and
    use it whenever it is available.
    
    Signed-off-by: Richard Yao <ryao@gentoo.org>
    ryao committed Jun 6, 2012
    Configuration menu
    Copy the full SHA
    c246f9e View commit details
    Browse the repository at this point in the history