Details
Details
Diff Detail
Diff Detail
- Repository
- rG FreeBSD src repository
- Lint
Lint Skipped - Unit
Tests Skipped - Build Status
Buildable 65442 Build 62325: arc lint + arc unit
Event Timeline
| sys/fs/fdescfs/fdesc_vnops.c | ||
|---|---|---|
| 564 | Might be write this without duplication? while (uio->uio_resid >= UIO_MX) {
if (i >= fdp->fd_nfiles + 2) {
if (ap->a_eofflag != NULL)
*ap->a_eofflag = 1;
break;
} | |