diff options
author | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-06-20 12:18:40 -0400 |
---|---|---|
committer | Luke Shumaker <LukeShu@sbcglobal.net> | 2014-06-20 12:18:40 -0400 |
commit | 6776f9f1891d80592d867b82b63863a31c174982 (patch) | |
tree | 6761046417abad21850e6cd85e79b21ec117bbf5 /libre/linux-libre/0011-kernfs-fix-removed-error-check.patch | |
parent | 76ed0ac12ddb7709072e79aa2ce4c6058a17e2b8 (diff) | |
parent | 9cbd09c3ed3e4eae8919c0bc1d7b79e93d296f72 (diff) |
Merge branch 'master' of git://projects.parabolagnulinux.org/abslibre
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.patch | 13 |
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() |