45c8a6
Fix bfq patch again
@@ -898,6 +898,9 @@ getent passwd systemd-network &>/dev/null || useradd -r -u 192 -l -g systemd-net
|
|
898
898
|
%files standalone-sysusers -f .file-list-standalone-sysusers
|
899
899
|
|
900
900
|
%changelog
|
901
|
+
* Wed Jan 13 2021 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 247.2-2
|
902
|
+
- Fix bfq patch again (#1813219)
|
903
|
+
|
901
904
|
* Wed Dec 23 2020 Jonathan Underwood <jonathan.underwood@gmail.com> - 247.2-2
|
902
905
|
- Add patch to enable crypttab to support disabling of luks read and
|
903
906
|
write workqueues (corresponding to
|
@@ -20,11 +20,12 @@ new file mode 100644
|
|
20
20
|
index 0000000000..480b941761
|
21
21
|
--- /dev/null
|
22
22
|
+++ b/rules.d/60-block-scheduler.rules
|
23
|
-
|
23
|
+
|
24
24
|
+# do not edit this file, it will be overwritten on update
|
25
25
|
+
|
26
26
|
+ACTION=="add", SUBSYSTEM=="block", \
|
27
27
|
+ KERNEL=="mmcblk*[0-9]|msblk*[0-9]|mspblk*[0-9]|sd*[!0-9]|sr*", \
|
28
|
+
+ ENV{DEVTYPE}=="disk", \
|
28
29
|
+ ATTR{queue/scheduler}="bfq"
|
29
30
|
diff --git a/rules.d/meson.build b/rules.d/meson.build
|
30
31
|
index ca4445d774..38d6aa6970 100644
|