[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: file_operations::llseek



On Thu, 2003-07-31 at 15:41, Frank A. Uepping wrote:
> How to implement llseek on a chr device that allows only the sequential 
> read/write of bytes (technically, a llseek is not possible)?
> Should I set the llseek field to no_llseek?

If you have no need for an llseek, yes, set llseek to no_llseek.

	Robert Love


--
Kernelnewbies: Help each other learn about the Linux kernel.
Archive:       http://mail.nl.linux.org/kernelnewbies/
FAQ:           http://kernelnewbies.org/faq/