diff options
author | Miles Bader <miles@gnu.org> | 1995-04-14 22:54:36 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 1995-04-14 22:54:36 +0000 |
commit | 5176222b830d4be2953d67ad2e3f048218af95c8 (patch) | |
tree | 08542be3df4f53e2e9659fde52717850cb7e19e3 | |
parent | 4f6c133909b11a86a8159679d0fe038d3799c9bc (diff) |
Formerly ext2_fs_i.h.~3~
-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; |