I’m trying to update the struct file -> f_pos with count number of bytes in my write function,
but everytime i call write(), it will display the value of f_pos = 0.
and i call 5 times write() in my user application at a time.
I am not able to update the f_pos value………..
You told me that making it static would help, Does it anyway solve the problem.