Tags: patch
You can find attached two patches. The first corrects the namespace of PIL
imports in cfv 1.18.3. The second one replaces the dependency on python-imaging
with python-pil.
--- a/cfv
+++ b/cfv
@@ -1837,7 +1837,7 @@
if filename == '':
return '0','0'
try:
- import Image
+ from PI
There is a new upstream release 1.6.1.
https://git.kernel.org/cgit/linux/kernel/git/jaegeuk/f2fs-tools.git/refs/tags
David Gnedt
Source: linux
Severity: important
Tags: upstream patch
Dear Maintainer,
The Samsung SSD 850 Pro produces ATA timeouts with queued TRIM.
The problem is already fixed upstream, by blacklisting the device for queued
TRIM.
Fixed in commit 6fc4d97a4987c5d247655a157a9377996626221a
libata: Blacklist q
3 matches
Mail list logo