Commit dddfbaf8 authored by Robert P. J. Day's avatar Robert P. J. Day Committed by Linus Torvalds

sysv fs: remove superfluous check for __GNUC__ compiler

Since <linux/sysv_fs.h> isn't exported to userspace, there is little
point checking that this is a GNU-compatible compiler.
Signed-off-by: default avatarRobert P. J. Day <rpjday@crashcourse.ca>
Acked-by: default avatarChristoph Hellwig <hch@lst.de>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent cedb27de
#ifndef _LINUX_SYSV_FS_H
#define _LINUX_SYSV_FS_H
#if defined(__GNUC__)
# define __packed2__ __attribute__((packed, aligned(2)))
#else
>> I want to scream! <<
#endif
#define __packed2__ __attribute__((packed, aligned(2)))
#ifndef __KERNEL__
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment