summarylogtreecommitdiffstats
path: root/linux-3.19.patch
diff options
context:
space:
mode:
Diffstat (limited to 'linux-3.19.patch')
-rw-r--r--linux-3.19.patch21
1 files changed, 21 insertions, 0 deletions
diff --git a/linux-3.19.patch b/linux-3.19.patch
new file mode 100644
index 000000000000..1ac35bf3b4a4
--- /dev/null
+++ b/linux-3.19.patch
@@ -0,0 +1,21 @@
+diff -Naur nv.orig/nv.c nv/nv.c
+--- nv.orig/nv.c 2013-11-27 23:47:09.000000000 +0100
++++ nv/nv.c 2015-04-16 13:24:47.058286851 +0200
+@@ -2746,7 +2746,7 @@
+ unsigned long i_arg
+ )
+ {
+- return nv_kern_ioctl(file->f_dentry->d_inode, file, cmd, i_arg);
++ return nv_kern_ioctl(file->f_path.dentry->d_inode, file, cmd, i_arg);
+ }
+
+ long nv_kern_compat_ioctl(
+@@ -2755,7 +2755,7 @@
+ unsigned long i_arg
+ )
+ {
+- return nv_kern_ioctl(file->f_dentry->d_inode, file, cmd, i_arg);
++ return nv_kern_ioctl(file->f_path.dentry->d_inode, file, cmd, i_arg);
+ }
+
+ /*