Commit be8ddda
xfs: xlog_write() no longer needs contwr state
The rework of xlog_write() no longer requires xlog_get_iclog_state()
to tell it about internal iclog space reservation state to direct it
on what to do. Remove this parameter.
$ size fs/xfs/xfs_log.o.*
text data bss dec hex filename
26520 560 8 27088 69d0 fs/xfs/xfs_log.o.orig
26384 560 8 26952 6948 fs/xfs/xfs_log.o.patched
Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Chandan Babu R <chandan.babu@oracle.com>
Signed-off-by: Dave Chinner <david@fromorbit.com>1 parent 1236bbe commit be8ddda
1 file changed
Lines changed: 10 additions & 18 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
49 | 49 | | |
50 | 50 | | |
51 | 51 | | |
52 | | - | |
53 | 52 | | |
54 | 53 | | |
55 | 54 | | |
| |||
2263 | 2262 | | |
2264 | 2263 | | |
2265 | 2264 | | |
2266 | | - | |
2267 | | - | |
| 2265 | + | |
2268 | 2266 | | |
2269 | 2267 | | |
2270 | 2268 | | |
| |||
2278 | 2276 | | |
2279 | 2277 | | |
2280 | 2278 | | |
2281 | | - | |
2282 | | - | |
| 2279 | + | |
| 2280 | + | |
2283 | 2281 | | |
2284 | 2282 | | |
2285 | 2283 | | |
| |||
2302 | 2300 | | |
2303 | 2301 | | |
2304 | 2302 | | |
2305 | | - | |
2306 | | - | |
| 2303 | + | |
2307 | 2304 | | |
2308 | 2305 | | |
2309 | 2306 | | |
| |||
2331 | 2328 | | |
2332 | 2329 | | |
2333 | 2330 | | |
2334 | | - | |
| 2331 | + | |
2335 | 2332 | | |
2336 | 2333 | | |
2337 | 2334 | | |
| |||
2383 | 2380 | | |
2384 | 2381 | | |
2385 | 2382 | | |
2386 | | - | |
| 2383 | + | |
2387 | 2384 | | |
2388 | 2385 | | |
2389 | 2386 | | |
| |||
2478 | 2475 | | |
2479 | 2476 | | |
2480 | 2477 | | |
2481 | | - | |
2482 | 2478 | | |
2483 | 2479 | | |
2484 | 2480 | | |
| |||
2492 | 2488 | | |
2493 | 2489 | | |
2494 | 2490 | | |
2495 | | - | |
| 2491 | + | |
2496 | 2492 | | |
2497 | 2493 | | |
2498 | 2494 | | |
| |||
2515 | 2511 | | |
2516 | 2512 | | |
2517 | 2513 | | |
2518 | | - | |
| 2514 | + | |
2519 | 2515 | | |
2520 | 2516 | | |
2521 | 2517 | | |
| |||
2895 | 2891 | | |
2896 | 2892 | | |
2897 | 2893 | | |
2898 | | - | |
2899 | 2894 | | |
2900 | 2895 | | |
2901 | 2896 | | |
| |||
2973 | 2968 | | |
2974 | 2969 | | |
2975 | 2970 | | |
2976 | | - | |
2977 | | - | |
| 2971 | + | |
2978 | 2972 | | |
2979 | | - | |
2980 | | - | |
| 2973 | + | |
2981 | 2974 | | |
2982 | | - | |
2983 | 2975 | | |
2984 | 2976 | | |
2985 | 2977 | | |
| |||
0 commit comments