Commit 5db8752
committed
Merge tag 'vfs-6.8.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs
Pull vfs iov_iter cleanups from Christian Brauner:
"This contains a minor cleanup. The patches drop an unused argument
from import_single_range() allowing to replace import_single_range()
with import_ubuf() and dropping import_single_range() completely"
* tag 'vfs-6.8.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs:
iov_iter: replace import_single_range() with import_ubuf()
iov_iter: remove unused 'iov' argument from import_single_range()9 files changed
Lines changed: 14 additions & 43 deletions
File tree
- drivers
- block
- char
- fs
- include/linux
- kernel/trace
- lib
- net
- ipv4
- security/keys
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
893 | 893 | | |
894 | 894 | | |
895 | 895 | | |
896 | | - | |
897 | 896 | | |
898 | 897 | | |
899 | | - | |
900 | | - | |
901 | | - | |
| 898 | + | |
902 | 899 | | |
903 | 900 | | |
904 | 901 | | |
| |||
915 | 912 | | |
916 | 913 | | |
917 | 914 | | |
918 | | - | |
919 | 915 | | |
920 | 916 | | |
921 | 917 | | |
922 | 918 | | |
923 | | - | |
924 | | - | |
| 919 | + | |
925 | 920 | | |
926 | 921 | | |
927 | 922 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1364 | 1364 | | |
1365 | 1365 | | |
1366 | 1366 | | |
1367 | | - | |
1368 | 1367 | | |
1369 | 1368 | | |
1370 | 1369 | | |
| |||
1385 | 1384 | | |
1386 | 1385 | | |
1387 | 1386 | | |
1388 | | - | |
| 1387 | + | |
1389 | 1388 | | |
1390 | 1389 | | |
1391 | 1390 | | |
| |||
1491 | 1490 | | |
1492 | 1491 | | |
1493 | 1492 | | |
1494 | | - | |
1495 | 1493 | | |
1496 | 1494 | | |
1497 | 1495 | | |
| |||
1503 | 1501 | | |
1504 | 1502 | | |
1505 | 1503 | | |
1506 | | - | |
| 1504 | + | |
1507 | 1505 | | |
1508 | 1506 | | |
1509 | 1507 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1545 | 1545 | | |
1546 | 1546 | | |
1547 | 1547 | | |
1548 | | - | |
| 1548 | + | |
1549 | 1549 | | |
1550 | 1550 | | |
1551 | 1551 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
347 | 347 | | |
348 | 348 | | |
349 | 349 | | |
350 | | - | |
351 | | - | |
352 | 350 | | |
353 | 351 | | |
354 | 352 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2177 | 2177 | | |
2178 | 2178 | | |
2179 | 2179 | | |
2180 | | - | |
2181 | 2180 | | |
2182 | 2181 | | |
2183 | 2182 | | |
2184 | 2183 | | |
2185 | 2184 | | |
2186 | | - | |
2187 | | - | |
| 2185 | + | |
2188 | 2186 | | |
2189 | 2187 | | |
2190 | 2188 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1369 | 1369 | | |
1370 | 1370 | | |
1371 | 1371 | | |
1372 | | - | |
1373 | | - | |
1374 | | - | |
1375 | | - | |
1376 | | - | |
1377 | | - | |
1378 | | - | |
1379 | | - | |
1380 | | - | |
1381 | | - | |
1382 | | - | |
1383 | | - | |
1384 | | - | |
1385 | 1372 | | |
1386 | 1373 | | |
1387 | 1374 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1849 | 1849 | | |
1850 | 1850 | | |
1851 | 1851 | | |
1852 | | - | |
1853 | 1852 | | |
1854 | 1853 | | |
1855 | 1854 | | |
| |||
1858 | 1857 | | |
1859 | 1858 | | |
1860 | 1859 | | |
1861 | | - | |
1862 | | - | |
| 1860 | + | |
| 1861 | + | |
1863 | 1862 | | |
1864 | 1863 | | |
1865 | 1864 | | |
| |||
1886 | 1885 | | |
1887 | 1886 | | |
1888 | 1887 | | |
1889 | | - | |
1890 | 1888 | | |
1891 | 1889 | | |
1892 | 1890 | | |
1893 | 1891 | | |
1894 | 1892 | | |
1895 | | - | |
1896 | | - | |
| 1893 | + | |
| 1894 | + | |
1897 | 1895 | | |
1898 | 1896 | | |
1899 | 1897 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2163 | 2163 | | |
2164 | 2164 | | |
2165 | 2165 | | |
2166 | | - | |
2167 | 2166 | | |
2168 | 2167 | | |
2169 | | - | |
| 2168 | + | |
2170 | 2169 | | |
2171 | 2170 | | |
2172 | 2171 | | |
| |||
2228 | 2227 | | |
2229 | 2228 | | |
2230 | 2229 | | |
2231 | | - | |
2232 | 2230 | | |
2233 | 2231 | | |
2234 | 2232 | | |
2235 | | - | |
| 2233 | + | |
2236 | 2234 | | |
2237 | 2235 | | |
2238 | 2236 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1252 | 1252 | | |
1253 | 1253 | | |
1254 | 1254 | | |
1255 | | - | |
1256 | 1255 | | |
1257 | 1256 | | |
1258 | 1257 | | |
1259 | | - | |
1260 | | - | |
| 1258 | + | |
| 1259 | + | |
1261 | 1260 | | |
1262 | 1261 | | |
1263 | 1262 | | |
| |||
0 commit comments