diff
+ 	if (!atomic_inc_not_zero(&io_data->refcount)) {
+ 		pr_err("io_data has been freed\n");
+ 		return;
+ 	}
6 	bool kiocb_has_eventfd = io_data->kiocb->ki_flags & IOCB_EVENTFD;
