diff options
Diffstat (limited to 'config/kernel-dentry-operations.m4')
-rw-r--r-- | config/kernel-dentry-operations.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/kernel-dentry-operations.m4 b/config/kernel-dentry-operations.m4 index 3182490c9..61f5a27af 100644 --- a/config/kernel-dentry-operations.m4 +++ b/config/kernel-dentry-operations.m4 @@ -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; } |