summarylogtreecommitdiffstats
path: root/nvidia-3.19.patch
diff options
context:
space:
mode:
authorgraysky2015-09-29 14:54:07 -0400
committergraysky2015-09-29 14:54:07 -0400
commitf3ffe8d00f17bc83f474babd0b872d554abcedbb (patch)
tree9bde2925bf6c6cae7e357d2414f58b47bed69e83 /nvidia-3.19.patch
parent93769bac5cfd1911cdbff7b6447f838653cc79e1 (diff)
downloadaur-f3ffe8d00f17bc83f474babd0b872d554abcedbb.tar.gz
Update to 304.128-1
Diffstat (limited to 'nvidia-3.19.patch')
-rw-r--r--nvidia-3.19.patch22
1 files changed, 0 insertions, 22 deletions
diff --git a/nvidia-3.19.patch b/nvidia-3.19.patch
deleted file mode 100644
index 2ace4237a0e7..000000000000
--- a/nvidia-3.19.patch
+++ /dev/null
@@ -1,22 +0,0 @@
-diff -Npur NVIDIA-Linux-x86_64-304.orig/kernel/nv.c NVIDIA-Linux-x86_64-304.125-no-compat32/kernel/nv.c
---- NVIDIA-Linux-x86_64-304.orig/kernel/nv.c 2014-12-02 04:58:34.000000000 +0100
-+++ NVIDIA-Linux-x86_64-304.125-no-compat32/kernel/nv.c 2014-12-21 17:50:33.420697348 +0100
-@@ -2026,7 +2026,7 @@ long nv_kern_unlocked_ioctl(
- 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(
-@@ -2035,7 +2035,7 @@ long nv_kern_compat_ioctl(
- 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);
- }
-
- /*
-