Displaying 1 result from an estimated 1 matches for "d_pioctl".
Did you mean:
k_pioctl
2001 Mar 13
5
is this null block OK?
...;
}
if ( kml_recno < fset->fset_lento_recno ) {
printk("presto_kml_dispatch: smoke is coming\n");
write_unlock(&fd->fd_lock);
return 0;
} else if ( kml_recno == fset->fset_lento_recno ) {
write_unlock(&fd->fd_lock);
EXIT;
return 0;
}
CDEBUG(D_PIOCTL, "fset: %s\n", fset->fset_name);
rc = lento_kml(fset->fset_cache->cache_psdev->uc_minor,
fset->fset_lento_off, fset->fset_lento_recno,
offset, kml_recno, strlen(fset->fset_name),
fset->fse...