Commit 7cd3267
dm bufio: remove dm_bufio_cond_resched()
Use cond_resched() like everybody else.
Mikulas explained why dm_bufio_cond_resched() was introduced to begin
with (hopefully cond_resched can be improved accordingly) here:
https://www.redhat.com/archives/dm-devel/2016-September/msg00112.html
Cc: Ingo Molnar <[email protected]>
Cc: Mikulas Patocka <[email protected]>
Cc: Mike Snitzer <[email protected]>
Cc: Alasdair Kergon <[email protected]>
Acked-by: Thomas Gleixner <[email protected]>
Signed-off-by: Peter Zijlstra (Intel) <[email protected]>
Signed-off-by: Mike Snitzer <[email protected]> # added last comment in header1 parent f659b10 commit 7cd3267
1 file changed
+9
-22
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
191 | 191 | | |
192 | 192 | | |
193 | 193 | | |
194 | | - | |
195 | | - | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
203 | | - | |
204 | | - | |
205 | | - | |
206 | | - | |
207 | 194 | | |
208 | 195 | | |
209 | 196 | | |
| |||
741 | 728 | | |
742 | 729 | | |
743 | 730 | | |
744 | | - | |
| 731 | + | |
745 | 732 | | |
746 | 733 | | |
747 | 734 | | |
| |||
780 | 767 | | |
781 | 768 | | |
782 | 769 | | |
783 | | - | |
| 770 | + | |
784 | 771 | | |
785 | 772 | | |
786 | 773 | | |
| |||
791 | 778 | | |
792 | 779 | | |
793 | 780 | | |
794 | | - | |
| 781 | + | |
795 | 782 | | |
796 | 783 | | |
797 | 784 | | |
| |||
923 | 910 | | |
924 | 911 | | |
925 | 912 | | |
926 | | - | |
| 913 | + | |
927 | 914 | | |
928 | 915 | | |
929 | 916 | | |
| |||
973 | 960 | | |
974 | 961 | | |
975 | 962 | | |
976 | | - | |
| 963 | + | |
977 | 964 | | |
978 | 965 | | |
979 | 966 | | |
| |||
1170 | 1157 | | |
1171 | 1158 | | |
1172 | 1159 | | |
1173 | | - | |
| 1160 | + | |
1174 | 1161 | | |
1175 | 1162 | | |
1176 | 1163 | | |
| |||
1291 | 1278 | | |
1292 | 1279 | | |
1293 | 1280 | | |
1294 | | - | |
| 1281 | + | |
1295 | 1282 | | |
1296 | 1283 | | |
1297 | 1284 | | |
| |||
1574 | 1561 | | |
1575 | 1562 | | |
1576 | 1563 | | |
1577 | | - | |
| 1564 | + | |
1578 | 1565 | | |
1579 | 1566 | | |
1580 | 1567 | | |
| |||
1808 | 1795 | | |
1809 | 1796 | | |
1810 | 1797 | | |
1811 | | - | |
| 1798 | + | |
1812 | 1799 | | |
1813 | 1800 | | |
1814 | 1801 | | |
| |||
0 commit comments