The `f_dentry` macro was removed in 3.19 release. Now you should replace all ``` file->f_dentry-> ``` by ``` file->f_path.dentry-> ```