Re: release not called for my driver?

Alan Cox (alan@lxorguk.ukuu.org.uk)
Tue, 4 Jan 2000 00:30:10 +0000 (GMT)


> Or (as I suspect) do you mean the f_count in the file structure a la:
>
> vma->vm_file = file;
> file->f_count += 1;
>
> Should I not be doing this in 2.2 kernels?

In later 2.2.x kernels this is done for you. You don't need to do that yourself

Alan

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/