Commit ec4b520
Andreas Gruenbacher
gfs2: Revert "Add quota_change type"
Commit 432928c ("gfs2: Add quota_change type") makes the incorrect
assertion that function do_qc() should behave differently in the two
contexts it is used in, but that isn't actually true. In all cases,
do_qc() grabs a "reference" when it starts using a slot in the per-node
quota changes file, and it releases that "reference" when no more
residual changes remain. Revert that broken commit.
There are some remaining issues with function do_qc() which are
addressed in the next commit.
This reverts commit 432928c.
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>1 parent 4b4b637 commit ec4b520
2 files changed
Lines changed: 10 additions & 15 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
78 | | - | |
79 | | - | |
80 | | - | |
81 | 78 | | |
82 | 79 | | |
83 | 80 | | |
| |||
695 | 692 | | |
696 | 693 | | |
697 | 694 | | |
698 | | - | |
| 695 | + | |
699 | 696 | | |
700 | 697 | | |
701 | 698 | | |
| |||
720 | 717 | | |
721 | 718 | | |
722 | 719 | | |
723 | | - | |
724 | | - | |
725 | | - | |
726 | | - | |
727 | | - | |
728 | | - | |
| 720 | + | |
729 | 721 | | |
730 | 722 | | |
731 | 723 | | |
732 | 724 | | |
733 | 725 | | |
734 | 726 | | |
| 727 | + | |
| 728 | + | |
| 729 | + | |
735 | 730 | | |
736 | 731 | | |
737 | 732 | | |
| |||
977 | 972 | | |
978 | 973 | | |
979 | 974 | | |
980 | | - | |
| 975 | + | |
981 | 976 | | |
982 | 977 | | |
983 | 978 | | |
| |||
1303 | 1298 | | |
1304 | 1299 | | |
1305 | 1300 | | |
1306 | | - | |
| 1301 | + | |
1307 | 1302 | | |
1308 | 1303 | | |
1309 | 1304 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
99 | 99 | | |
100 | 100 | | |
101 | 101 | | |
| 102 | + | |
102 | 103 | | |
103 | 104 | | |
104 | | - | |
105 | | - | |
| 105 | + | |
106 | 106 | | |
107 | | - | |
| 107 | + | |
108 | 108 | | |
109 | 109 | | |
110 | 110 | | |
| |||
0 commit comments