Merge tag 'nfsd-4.13' of git://linux-nfs.org/~bfields/linux
[linux-2.6-block.git] / fs / xfs / xfs_ioctl32.h
index b1bb45444df8ac48008a1f784c248cfdcb663f88..5492bcf6f442bc2e12977bf0ca5b7b9268d25a10 100644 (file)
@@ -112,9 +112,9 @@ typedef struct compat_xfs_fsop_handlereq {
 
 /* The bstat field in the swapext struct needs translation */
 typedef struct compat_xfs_swapext {
-       __int64_t               sx_version;     /* version */
-       __int64_t               sx_fdtarget;    /* fd of target file */
-       __int64_t               sx_fdtmp;       /* fd of tmp file */
+       int64_t                 sx_version;     /* version */
+       int64_t                 sx_fdtarget;    /* fd of target file */
+       int64_t                 sx_fdtmp;       /* fd of tmp file */
        xfs_off_t               sx_offset;      /* offset into file */
        xfs_off_t               sx_length;      /* leng from offset */
        char                    sx_pad[16];     /* pad space, unused */