CVE-2026-72376: afs: Fix misplaced inc of net->cells_outstanding
In the Linux kernel, the following vulnerability has been resolved:
afs: Fix misplaced inc of net->cellsoutstanding
Fix net->cellsoutstanding being incremented before the check for failure of idralloccyclic(), leaving the count incremented on error.