when i am trying to update the value of file->f_pos in the read routine,why the value of file->f_pos in the lseek routine is not updating ??I made my read application to continue in while loop so that file desciptor should not get lost..Even then also f_pos is not updating..