fscrypt: Remove __packed from fscrypt_policy
authorJoe Richey <joerichey@google.com>
Thu, 6 Apr 2017 23:14:28 +0000 (16:14 -0700)
committerTheodore Ts'o <tytso@mit.edu>
Sun, 30 Apr 2017 05:26:34 +0000 (01:26 -0400)
commit960e6994ad9cf10ddd4d3680a2d6cf5159c93a83
treee764f77624989609238b1ea9df3261309f73efd1
parent9c8268def6127a9d9888b822a74becb80dfeab6f
fscrypt: Remove __packed from fscrypt_policy

This commit removes __packed from fscrypt_policy as it does not contain
any implicit padding and does not refer to an on-disk structure. Even
though this is a change to a UAPI file, no users will be broken as the
structure doesn't change.

Signed-off-by: Joe Richey <joerichey@google.com>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
include/uapi/linux/fs.h