diff --git a/qtfs/include/symbol_wrapper.h b/qtfs/include/symbol_wrapper.h index 14e707f29835252e25278cb128dbef632541d985..9e3c25118882320e5ccbd82edd192b40ba01e28a 100644 --- a/qtfs/include/symbol_wrapper.h +++ b/qtfs/include/symbol_wrapper.h @@ -11,7 +11,7 @@ struct qtfs_kallsyms { unsigned long **sys_call_table; char *(*d_absolute_path)(const struct path *, char *, int); -#if (LINUX_VERSION_CODE <= KERNEL_VERSION(5, 10, 0)) +#if (LINUX_VERSION_CODE < KERNEL_VERSION(5, 11, 0)) int (*__close_fd)(struct files_struct *, int); #endif struct task_struct *(*find_get_task_by_vpid)(pid_t nr);