nilfs2: replace __attribute__((packed)) with __packed
authorRyusuke Konishi <[email protected]>
Mon, 23 May 2016 23:23:23 +0000 (16:23 -0700)
committerLinus Torvalds <[email protected]>
Tue, 24 May 2016 00:04:14 +0000 (17:04 -0700)
commite7a142aaa09fa5db015fd176d6943f888665829f
tree9af8f4ce0c65a7d34b1ba2c00b0a8e7ac40efbdd
parent2d19961d83524c69e44f179b43aee2daf0906eda
nilfs2: replace __attribute__((packed)) with __packed

This fixes the following checkpatch.pl warning:

  WARNING: __packed is preferred over __attribute__((packed))
  #23: FILE: export.h:23:
  +} __attribute__ ((packed));

Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Ryusuke Konishi <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
fs/nilfs2/export.h