xfs: sync minor header differences needed by userspace.

Little things like exported functions, __KERNEL__ protections, and
so on that ensure user and kernel shared headers are identical.

Signed-off-by: Dave Chinner <dchinner@redhat.com>
Reviewed-by: Brian Foster <bfoster@redhat.com>
Reviewed-by: Mark Tinguely <tinguely@sgi.com>
Signed-off-by: Ben Myers <bpm@sgi.com>
This commit is contained in:
Dave Chinner
2013-08-12 20:49:31 +10:00
committed by Ben Myers
parent 76456fc2a6
commit d386b32b55
13 changed files with 42 additions and 8 deletions

View File

@@ -137,9 +137,11 @@ typedef struct xfs_bmalloca {
char conv; /* overwriting unwritten extents */
char stack_switch;
int flags;
#ifdef __KERNEL__
struct completion *done;
struct work_struct work;
int result;
#endif /* __KERNEL__ */
} xfs_bmalloca_t;
/*