diff options
Diffstat (limited to 'fs/open.c')
-rw-r--r-- | fs/open.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -699,7 +699,6 @@ static int do_dentry_open(struct file *f, | |||
699 | } | 699 | } |
700 | 700 | ||
701 | f->f_mapping = inode->i_mapping; | 701 | f->f_mapping = inode->i_mapping; |
702 | f->f_pos = 0; | ||
703 | file_sb_list_add(f, inode->i_sb); | 702 | file_sb_list_add(f, inode->i_sb); |
704 | 703 | ||
705 | if (unlikely(f->f_mode & FMODE_PATH)) { | 704 | if (unlikely(f->f_mode & FMODE_PATH)) { |