Can I ask a stupid question: why do we pass a pointer to the file
position along with the file when calling read/write methods as in:

  read(file, buf, count, &file->f_pos)

Is there ever a case when we don't want to use the f_pos from the file
struct?

--
Daniel
-
To unsubscribe from this list: send the line "unsubscribe linux-fsdevel" in
the body of a message to [EMAIL PROTECTED]

Reply via email to