]> git.proxmox.com Git - pve-kernel-jessie.git/blobdiff - Makefile
sd: Fix rw_max for devices that report an optimal xfer size
[pve-kernel-jessie.git] / Makefile
index e281e7acadbd6c113556c252d0a69c7a911afbac..8c724fee5c5b9c9be44e7aeccfa355b052d18c50 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -266,6 +266,8 @@ ${KERNEL_SRC}/README ${KERNEL_CFG_ORG}: ${KERNELSRCTAR}
        cd ${KERNEL_SRC}; patch -p1 < ../watchdog_implement-mei-iamt-driver.patch
        cd ${KERNEL_SRC}; patch -p1 < ../mei_drop-watchdog-code.patch
        cd ${KERNEL_SRC}; patch -p1 < ../mei_bus-whitelist-watchdog-client.patch
+       #sd: Fix rw_max for devices that report an optimal xfer size
+       cd ${KERNEL_SRC}; patch -p1 < ../sd-fix-rw_max.patch
        sed -i ${KERNEL_SRC}/Makefile -e 's/^EXTRAVERSION.*$$/EXTRAVERSION=${EXTRAVERSION}/'
        touch $@