]> granicus.if.org Git - zfs/blobdiff - config/kernel-dentry-operations.m4
Fix config issues: frame size and headers
[zfs] / config / kernel-dentry-operations.m4
index 3182490c908c8737bd33f072efc35cd1dce61d16..61f5a27af5a782baef51f903794eecc60920d704 100644 (file)
@@ -5,6 +5,7 @@ AC_DEFUN([ZFS_AC_KERNEL_D_REVALIDATE_NAMEIDATA], [
        AC_MSG_CHECKING([whether dops->d_revalidate() takes struct nameidata])
        ZFS_LINUX_TRY_COMPILE([
                #include <linux/dcache.h>
+               #include <linux/sched.h>
 
                int revalidate (struct dentry *dentry,
                    struct nameidata *nidata) { return 0; }