Commit 10b9dd5
committed
Merge tag 'nfs-for-4.9-4' of git://git.linux-nfs.org/projects/anna/linux-nfs
Pull NFS client bugfixes from Anna Schumaker:
"Most of these fix regressions or races, but there is one patch for
stable that Arnd sent me
Stable bugfix:
- Hide array-bounds warning
Bugfixes:
- Keep a reference on lock states while checking
- Handle NFS4ERR_OLD_STATEID in nfs4_reclaim_open_state
- Don't call close if the open stateid has already been cleared
- Fix CLOSE rases with OPEN
- Fix a regression in DELEGRETURN"
* tag 'nfs-for-4.9-4' of git://git.linux-nfs.org/projects/anna/linux-nfs:
NFSv4.x: hide array-bounds warning
NFSv4.1: Keep a reference on lock states while checking
NFSv4.1: Handle NFS4ERR_OLD_STATEID in nfs4_reclaim_open_state
NFSv4: Don't call close if the open stateid has already been cleared
NFSv4: Fix CLOSE races with OPEN
NFSv4.1: Fix a regression in DELEGRETURN4 files changed
Lines changed: 35 additions & 13 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
197 | 197 | | |
198 | 198 | | |
199 | 199 | | |
200 | | - | |
| 200 | + | |
201 | 201 | | |
202 | 202 | | |
203 | 203 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
542 | 542 | | |
543 | 543 | | |
544 | 544 | | |
| 545 | + | |
| 546 | + | |
| 547 | + | |
| 548 | + | |
| 549 | + | |
| 550 | + | |
| 551 | + | |
545 | 552 | | |
546 | 553 | | |
547 | 554 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1451 | 1451 | | |
1452 | 1452 | | |
1453 | 1453 | | |
1454 | | - | |
1455 | 1454 | | |
1456 | 1455 | | |
1457 | 1456 | | |
| |||
1469 | 1468 | | |
1470 | 1469 | | |
1471 | 1470 | | |
1472 | | - | |
1473 | | - | |
1474 | | - | |
1475 | | - | |
| 1471 | + | |
| 1472 | + | |
| 1473 | + | |
1476 | 1474 | | |
1477 | 1475 | | |
1478 | 1476 | | |
| |||
1486 | 1484 | | |
1487 | 1485 | | |
1488 | 1486 | | |
1489 | | - | |
| 1487 | + | |
| 1488 | + | |
| 1489 | + | |
1490 | 1490 | | |
1491 | 1491 | | |
1492 | 1492 | | |
| |||
2564 | 2564 | | |
2565 | 2565 | | |
2566 | 2566 | | |
2567 | | - | |
| 2567 | + | |
2568 | 2568 | | |
2569 | 2569 | | |
2570 | 2570 | | |
2571 | 2571 | | |
| 2572 | + | |
| 2573 | + | |
2572 | 2574 | | |
2573 | 2575 | | |
2574 | 2576 | | |
2575 | 2577 | | |
| 2578 | + | |
| 2579 | + | |
| 2580 | + | |
| 2581 | + | |
| 2582 | + | |
| 2583 | + | |
2576 | 2584 | | |
2577 | 2585 | | |
2578 | 2586 | | |
| |||
2585 | 2593 | | |
2586 | 2594 | | |
2587 | 2595 | | |
2588 | | - | |
| 2596 | + | |
| 2597 | + | |
2589 | 2598 | | |
| 2599 | + | |
2590 | 2600 | | |
2591 | | - | |
| 2601 | + | |
| 2602 | + | |
| 2603 | + | |
2592 | 2604 | | |
2593 | 2605 | | |
2594 | 2606 | | |
| |||
3122 | 3134 | | |
3123 | 3135 | | |
3124 | 3136 | | |
3125 | | - | |
| 3137 | + | |
| 3138 | + | |
3126 | 3139 | | |
3127 | 3140 | | |
3128 | 3141 | | |
| |||
5569 | 5582 | | |
5570 | 5583 | | |
5571 | 5584 | | |
| 5585 | + | |
5572 | 5586 | | |
5573 | 5587 | | |
5574 | 5588 | | |
| |||
5579 | 5593 | | |
5580 | 5594 | | |
5581 | 5595 | | |
5582 | | - | |
5583 | | - | |
5584 | 5596 | | |
5585 | 5597 | | |
5586 | 5598 | | |
| |||
5590 | 5602 | | |
5591 | 5603 | | |
5592 | 5604 | | |
| 5605 | + | |
| 5606 | + | |
5593 | 5607 | | |
5594 | 5608 | | |
5595 | 5609 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1547 | 1547 | | |
1548 | 1548 | | |
1549 | 1549 | | |
| 1550 | + | |
1550 | 1551 | | |
1551 | 1552 | | |
1552 | 1553 | | |
| |||
0 commit comments