search for: fd_file

Displaying 1 result from an estimated 1 matches for "fd_file".

Did you mean: id_file
2001 Mar 13
5
is this null block OK?
...s.time = cpu_to_le32(CURRENT_TIME); s.len = cpu_to_le32(p->len); return logit(buf, &s, sizeof(s)); } int presto_close_journal_file(struct presto_file_set *fset) { int rc = 0; int rc2 = 0; int rc3 = 0; ENTRY; if ( fset->fset_kml.fd_file) { rc =filp_close(fset->fset_kml.fd_file, 0); fset->fset_kml.fd_file = NULL; } else { printk("hehehehe no filp\n"); } if ( rc ) { printk("presto: close files: kml filp won't close %d\n&q...