Skip to content

Commit a8e422a

Browse files
author
Darrick J. Wong
committed
xfs: remove unused xfs_ioctl32.h declarations
Remove these unused ia32 compat declarations; all the bits involved have either been withdrawn or hoisted to the VFS. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Eric Sandeen <sandeen@redhat.com>
1 parent b3bb941 commit a8e422a

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

fs/xfs/xfs_ioctl32.h

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -142,24 +142,6 @@ typedef struct compat_xfs_fsop_attrmulti_handlereq {
142142
_IOW('X', 123, struct compat_xfs_fsop_attrmulti_handlereq)
143143

144144
#ifdef BROKEN_X86_ALIGNMENT
145-
/* on ia32 l_start is on a 32-bit boundary */
146-
typedef struct compat_xfs_flock64 {
147-
__s16 l_type;
148-
__s16 l_whence;
149-
__s64 l_start __attribute__((packed));
150-
/* len == 0 means until end of file */
151-
__s64 l_len __attribute__((packed));
152-
__s32 l_sysid;
153-
__u32 l_pid;
154-
__s32 l_pad[4]; /* reserve area */
155-
} compat_xfs_flock64_t;
156-
157-
#define XFS_IOC_RESVSP_32 _IOW('X', 40, struct compat_xfs_flock64)
158-
#define XFS_IOC_UNRESVSP_32 _IOW('X', 41, struct compat_xfs_flock64)
159-
#define XFS_IOC_RESVSP64_32 _IOW('X', 42, struct compat_xfs_flock64)
160-
#define XFS_IOC_UNRESVSP64_32 _IOW('X', 43, struct compat_xfs_flock64)
161-
#define XFS_IOC_ZERO_RANGE_32 _IOW('X', 57, struct compat_xfs_flock64)
162-
163145
typedef struct compat_xfs_fsop_geom_v1 {
164146
__u32 blocksize; /* filesystem (data) block size */
165147
__u32 rtextsize; /* realtime extent size */

0 commit comments

Comments
 (0)