diff options
Diffstat (limited to 'target/linux/generic')
-rw-r--r-- | target/linux/generic/hack-4.19/550-loop-better-discard-for-block-devices.patch | 2 | ||||
-rw-r--r-- | target/linux/generic/hack-4.19/661-use_fq_codel_by_default.patch | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/generic/hack-4.19/550-loop-better-discard-for-block-devices.patch b/target/linux/generic/hack-4.19/550-loop-better-discard-for-block-devices.patch index d6f0f3df0a..9701d945e6 100644 --- a/target/linux/generic/hack-4.19/550-loop-better-discard-for-block-devices.patch +++ b/target/linux/generic/hack-4.19/550-loop-better-discard-for-block-devices.patch @@ -150,7 +150,7 @@ Reviewed-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com> } static void loop_unprepare_queue(struct loop_device *lo) -@@ -1893,7 +1912,10 @@ static void loop_handle_cmd(struct loop_ +@@ -1894,7 +1913,10 @@ static void loop_handle_cmd(struct loop_ failed: /* complete non-aio request */ if (!cmd->use_aio || ret) { diff --git a/target/linux/generic/hack-4.19/661-use_fq_codel_by_default.patch b/target/linux/generic/hack-4.19/661-use_fq_codel_by_default.patch index d86138a132..16d8f5d67c 100644 --- a/target/linux/generic/hack-4.19/661-use_fq_codel_by_default.patch +++ b/target/linux/generic/hack-4.19/661-use_fq_codel_by_default.patch @@ -44,7 +44,7 @@ Signed-off-by: Felix Fietkau <nbd@nbd.name> device, it has to decide which ones to send first, which ones to --- a/net/sched/sch_api.c +++ b/net/sched/sch_api.c -@@ -2159,7 +2159,7 @@ static int __init pktsched_init(void) +@@ -2160,7 +2160,7 @@ static int __init pktsched_init(void) return err; } |