diff options
Diffstat (limited to 'fs/nilfs2/export.h')
-rw-r--r-- | fs/nilfs2/export.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/nilfs2/export.h b/fs/nilfs2/export.h index 19ccbf952..00107fdb9 100644 --- a/fs/nilfs2/export.h +++ b/fs/nilfs2/export.h @@ -20,6 +20,6 @@ struct nilfs_fid { u32 parent_gen; u64 parent_ino; -} __attribute__ ((packed)); +} __packed; #endif |