_fdrop
_fdrop(filp->_file, curthread);
_fdrop(fp, td);
int _fdrop(struct file *fp, struct thread *td);
_error = _fdrop(_fp, td); \