Commit 50caca9
committed
Merge tag 'xfs-5.5-merge-17' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Pull xfs fixes from Darrick Wong:
"Fix a couple of resource management errors and a hang:
- fix a crash in the log setup code when log mounting fails
- fix a hang when allocating space on the realtime device
- fix a block leak when freeing space on the realtime device"
* tag 'xfs-5.5-merge-17' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux:
xfs: fix mount failure crash on invalid iclog memory access
xfs: don't check for AG deadlock for realtime files in bunmapi
xfs: fix realtime file data space leak2 files changed
Lines changed: 17 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5404 | 5404 | | |
5405 | 5405 | | |
5406 | 5406 | | |
5407 | | - | |
| 5407 | + | |
5408 | 5408 | | |
5409 | 5409 | | |
5410 | 5410 | | |
| |||
5480 | 5480 | | |
5481 | 5481 | | |
5482 | 5482 | | |
| 5483 | + | |
| 5484 | + | |
5483 | 5485 | | |
5484 | 5486 | | |
5485 | 5487 | | |
5486 | 5488 | | |
5487 | 5489 | | |
5488 | | - | |
5489 | | - | |
5490 | | - | |
5491 | | - | |
5492 | | - | |
| 5490 | + | |
| 5491 | + | |
| 5492 | + | |
| 5493 | + | |
5493 | 5494 | | |
5494 | 5495 | | |
5495 | 5496 | | |
| |||
5507 | 5508 | | |
5508 | 5509 | | |
5509 | 5510 | | |
| 5511 | + | |
5510 | 5512 | | |
5511 | 5513 | | |
5512 | 5514 | | |
| |||
5520 | 5522 | | |
5521 | 5523 | | |
5522 | 5524 | | |
5523 | | - | |
5524 | | - | |
5525 | | - | |
5526 | | - | |
5527 | | - | |
5528 | | - | |
| 5525 | + | |
| 5526 | + | |
| 5527 | + | |
| 5528 | + | |
| 5529 | + | |
| 5530 | + | |
| 5531 | + | |
5529 | 5532 | | |
5530 | 5533 | | |
5531 | 5534 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1542 | 1542 | | |
1543 | 1543 | | |
1544 | 1544 | | |
| 1545 | + | |
| 1546 | + | |
1545 | 1547 | | |
1546 | 1548 | | |
1547 | 1549 | | |
| |||
0 commit comments