diff options
Diffstat (limited to 'ext2fs')
-rw-r--r-- | ext2fs/ext2_fs_i.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext2fs/ext2_fs_i.h b/ext2fs/ext2_fs_i.h index a38f4e2d..c44bf956 100644 --- a/ext2fs/ext2_fs_i.h +++ b/ext2fs/ext2_fs_i.h @@ -25,7 +25,7 @@ struct ext2_inode_info { u32 i_faddr; __u8 i_frag_no; __u8 i_frag_size; - __u16 i_osync; + u16 i_osync; u32 i_file_acl; u32 i_dir_acl; u32 i_dtime; |