diff options
Diffstat (limited to 'include/linux/fs.h')
-rw-r--r-- | include/linux/fs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/linux/fs.h b/include/linux/fs.h index 9b1278e21279..517bf4966bf5 100644 --- a/include/linux/fs.h +++ b/include/linux/fs.h | |||
@@ -581,7 +581,6 @@ struct file { | |||
581 | atomic_t f_count; | 581 | atomic_t f_count; |
582 | unsigned int f_flags; | 582 | unsigned int f_flags; |
583 | mode_t f_mode; | 583 | mode_t f_mode; |
584 | int f_error; | ||
585 | loff_t f_pos; | 584 | loff_t f_pos; |
586 | struct fown_struct f_owner; | 585 | struct fown_struct f_owner; |
587 | unsigned int f_uid, f_gid; | 586 | unsigned int f_uid, f_gid; |