|
@@ -1285,7 +1285,7 @@ static int setup_ctxt(struct qib_pportdata *ppd, int ctxt,
|
|
|
strlcpy(rcd->comm, current->comm, sizeof(rcd->comm));
|
|
|
ctxt_fp(fp) = rcd;
|
|
|
qib_stats.sps_ctxts++;
|
|
|
- dd->freectxts++;
|
|
|
+ dd->freectxts--;
|
|
|
ret = 0;
|
|
|
goto bail;
|
|
|
|
|
@@ -1794,7 +1794,7 @@ static int qib_close(struct inode *in, struct file *fp)
|
|
|
if (dd->pageshadow)
|
|
|
unlock_expected_tids(rcd);
|
|
|
qib_stats.sps_ctxts--;
|
|
|
- dd->freectxts--;
|
|
|
+ dd->freectxts++;
|
|
|
}
|
|
|
|
|
|
mutex_unlock(&qib_mutex);
|