summaryrefslogtreecommitdiff
path: root/libre/linux-libre/0011-kernfs-fix-removed-error-check.patch
diff options
context:
space:
mode:
authorAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-06-18 20:25:06 -0300
committerAndré Fabian Silva Delgado <emulatorman@parabola.nu>2014-06-18 20:25:06 -0300
commit12b33184fbc9fa6ca7688f49bd3b03ace7c46f5a (patch)
tree79ee7276f4ad9828b30eb8371791e1ac4c1d2269 /libre/linux-libre/0011-kernfs-fix-removed-error-check.patch
parent9f678240c9b9134bbc9b20f309f3edde0fda8067 (diff)
linux-libre-3.15.1-1: updating version
* readd dell_rbu module * remove not needed patches * #40818 (https://bugs.archlinux.org/task/40818) disable CONFIG_MEMCG_KMEM * #40773 (https://bugs.archlinux.org/task/40773) disable not needed OTG drivers * #40759 (https://bugs.archlinux.org/task/40759) add ROMFS kernel module * #40845 (https://bugs.archlinux.org/task/40845) add vivi v4l2 modules
Diffstat (limited to 'libre/linux-libre/0011-kernfs-fix-removed-error-check.patch')
-rw-r--r--libre/linux-libre/0011-kernfs-fix-removed-error-check.patch13
1 files changed, 0 insertions, 13 deletions
diff --git a/libre/linux-libre/0011-kernfs-fix-removed-error-check.patch b/libre/linux-libre/0011-kernfs-fix-removed-error-check.patch
deleted file mode 100644
index b597595c6..000000000
--- a/libre/linux-libre/0011-kernfs-fix-removed-error-check.patch
+++ /dev/null
@@ -1,13 +0,0 @@
-diff --git a/fs/kernfs/file.c b/fs/kernfs/file.c
-index 8034706..e01ea4a 100644
---- a/fs/kernfs/file.c
-+++ b/fs/kernfs/file.c
-@@ -484,6 +484,8 @@ static int kernfs_fop_mmap(struct file *file, struct vm_area_struct *vma)
-
- ops = kernfs_ops(of->kn);
- rc = ops->mmap(of, vma);
-+ if (rc)
-+ goto out_put;
-
- /*
- * PowerPC's pci_mmap of legacy_mem uses shmem_zero_setup()