diff options
author | Jörg Thalheim <[email protected]> | 2015-02-07 13:41:01 +0100 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2015-02-10 11:24:51 -0800 |
commit | 534759fad30ca55608bcd42a0af5a87c8c4feb36 (patch) | |
tree | ed56f8b9045442cd59ef799a0615936cac083da4 /config/kernel.m4 | |
parent | 77aef6f60ea29f6d3769addc778db6328ac85755 (diff) |
Linux 3.19 compat: file_inode was added
struct access f->f_dentry->d_inode was replaced by accessor function
file_inode(f)
Signed-off-by: Joerg Thalheim <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #3084
Diffstat (limited to 'config/kernel.m4')
-rw-r--r-- | config/kernel.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/kernel.m4 b/config/kernel.m4 index bdfb19c83..e0b795422 100644 --- a/config/kernel.m4 +++ b/config/kernel.m4 @@ -61,6 +61,7 @@ AC_DEFUN([ZFS_AC_CONFIG_KERNEL], [ ZFS_AC_KERNEL_INODE_OPERATIONS_GET_ACL ZFS_AC_KERNEL_CURRENT_UMASK ZFS_AC_KERNEL_SHOW_OPTIONS + ZFS_AC_KERNEL_FILE_INODE ZFS_AC_KERNEL_FSYNC ZFS_AC_KERNEL_EVICT_INODE ZFS_AC_KERNEL_DIRTY_INODE_WITH_FLAGS |