Gregory Haskins wrote: > > + eventfd = eventfd_ctx_fileget(file); > + if (IS_ERR(file)) { > + ret = PTR_ERR(file); > + goto fail; > + } > + > + irqfd->eventfd = eventfd; > + > <sigh> Just noticed the typo (return "eventfd" but error-check "file"). Looks like I will need at least a v9. Is there any other feedback before I push out the fix for v8? -Greg
Attachment:
signature.asc
Description: OpenPGP digital signature