Blame view

arch/x86/include/asm/statfs.h 353 Bytes
1965aae3c   H. Peter Anvin   x86: Fix ASM_X86_...
1
2
  #ifndef _ASM_X86_STATFS_H
  #define _ASM_X86_STATFS_H
d5f135418   Thomas Gleixner   x86: merge statfs...
3

d5f135418   Thomas Gleixner   x86: merge statfs...
4
  /*
96bf7adba   David Woodhouse   x86_64: Use <asm-...
5
6
7
   * We need compat_statfs64 to be packed, because the i386 ABI won't
   * add padding at the end to bring it to a multiple of 8 bytes, but
   * the x86_64 ABI will.
d5f135418   Thomas Gleixner   x86: merge statfs...
8
   */
96bf7adba   David Woodhouse   x86_64: Use <asm-...
9
  #define ARCH_PACK_COMPAT_STATFS64 __attribute__((packed,aligned(4)))
d5f135418   Thomas Gleixner   x86: merge statfs...
10

96bf7adba   David Woodhouse   x86_64: Use <asm-...
11
  #include <asm-generic/statfs.h>
1965aae3c   H. Peter Anvin   x86: Fix ASM_X86_...
12
  #endif /* _ASM_X86_STATFS_H */