summaryrefslogtreecommitdiff
path: root/fs/nilfs2/export.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/nilfs2/export.h')
-rw-r--r--fs/nilfs2/export.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/nilfs2/export.h b/fs/nilfs2/export.h
index 19ccbf9522ab..d29fd837c42c 100644
--- a/fs/nilfs2/export.h
+++ b/fs/nilfs2/export.h
@@ -1,3 +1,4 @@
+/* SPDX-License-Identifier: GPL-2.0 */
#ifndef NILFS_EXPORT_H
#define NILFS_EXPORT_H
@@ -20,6 +21,6 @@ struct nilfs_fid {
u32 parent_gen;
u64 parent_ino;
-} __attribute__ ((packed));
+} __packed;
#endif