SPARC: Use <asm-generic/statfs.h>
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
This commit is contained in:
parent
15e2fc9bbf
commit
52d90f4dad
4 changed files with 3 additions and 67 deletions
|
@ -15,8 +15,6 @@ header-y += signal_32.h
|
||||||
header-y += signal_64.h
|
header-y += signal_64.h
|
||||||
header-y += stat_32.h
|
header-y += stat_32.h
|
||||||
header-y += stat_64.h
|
header-y += stat_64.h
|
||||||
header-y += statfs_32.h
|
|
||||||
header-y += statfs_64.h
|
|
||||||
header-y += unistd_32.h
|
header-y += unistd_32.h
|
||||||
header-y += unistd_64.h
|
header-y += unistd_64.h
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
#ifndef ___ASM_SPARC_STATFS_H
|
#ifndef ___ASM_SPARC_STATFS_H
|
||||||
#define ___ASM_SPARC_STATFS_H
|
#define ___ASM_SPARC_STATFS_H
|
||||||
#if defined(__sparc__) && defined(__arch64__)
|
|
||||||
#include <asm/statfs_64.h>
|
#include <asm-generic/statfs.h>
|
||||||
#else
|
|
||||||
#include <asm/statfs_32.h>
|
|
||||||
#endif
|
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -1,6 +0,0 @@
|
||||||
#ifndef _SPARC_STATFS_H
|
|
||||||
#define _SPARC_STATFS_H
|
|
||||||
|
|
||||||
#include <asm-generic/statfs.h>
|
|
||||||
|
|
||||||
#endif
|
|
|
@ -1,54 +0,0 @@
|
||||||
#ifndef _SPARC64_STATFS_H
|
|
||||||
#define _SPARC64_STATFS_H
|
|
||||||
|
|
||||||
#ifndef __KERNEL_STRICT_NAMES
|
|
||||||
|
|
||||||
#include <linux/types.h>
|
|
||||||
|
|
||||||
typedef __kernel_fsid_t fsid_t;
|
|
||||||
|
|
||||||
#endif
|
|
||||||
|
|
||||||
struct statfs {
|
|
||||||
long f_type;
|
|
||||||
long f_bsize;
|
|
||||||
long f_blocks;
|
|
||||||
long f_bfree;
|
|
||||||
long f_bavail;
|
|
||||||
long f_files;
|
|
||||||
long f_ffree;
|
|
||||||
__kernel_fsid_t f_fsid;
|
|
||||||
long f_namelen;
|
|
||||||
long f_frsize;
|
|
||||||
long f_spare[5];
|
|
||||||
};
|
|
||||||
|
|
||||||
struct statfs64 {
|
|
||||||
long f_type;
|
|
||||||
long f_bsize;
|
|
||||||
long f_blocks;
|
|
||||||
long f_bfree;
|
|
||||||
long f_bavail;
|
|
||||||
long f_files;
|
|
||||||
long f_ffree;
|
|
||||||
__kernel_fsid_t f_fsid;
|
|
||||||
long f_namelen;
|
|
||||||
long f_frsize;
|
|
||||||
long f_spare[5];
|
|
||||||
};
|
|
||||||
|
|
||||||
struct compat_statfs64 {
|
|
||||||
__u32 f_type;
|
|
||||||
__u32 f_bsize;
|
|
||||||
__u64 f_blocks;
|
|
||||||
__u64 f_bfree;
|
|
||||||
__u64 f_bavail;
|
|
||||||
__u64 f_files;
|
|
||||||
__u64 f_ffree;
|
|
||||||
__kernel_fsid_t f_fsid;
|
|
||||||
__u32 f_namelen;
|
|
||||||
__u32 f_frsize;
|
|
||||||
__u32 f_spare[5];
|
|
||||||
};
|
|
||||||
|
|
||||||
#endif
|
|
Loading…
Add table
Add a link
Reference in a new issue