missing: Define SMACK_MAGIC if it's missing

This commit is contained in:
Henrik Grindal Bakken 2017-03-23 16:09:10 +01:00
parent cacc0d7a78
commit 8cbe9f06f4

View file

@ -589,6 +589,10 @@ struct btrfs_ioctl_quota_ctl_args {
#define EFIVARFS_MAGIC 0xde5e81e4
#endif
#ifndef SMACK_MAGIC
#define SMACK_MAGIC 0x43415d53
#endif
#ifndef MAX_HANDLE_SZ
#define MAX_HANDLE_SZ 128
#endif