commit | b3bb9413e717b44e4aea833d07f14e90fb91cf97 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Tue Dec 21 13:07:38 2021 -0800 |
committer | Darrick J. Wong <djwong@kernel.org> | Mon Jan 17 09:17:11 2022 -0800 |
tree | 066d6d85f3ab6ea161ff4af6f82a3042321c6ded | |
parent | 4d1b97f9ce7c0d2af2bb85b12d48e6902172a28e [diff] |
xfs: remove the XFS_IOC_{ALLOC,FREE}SP* definitions Now that we've made these ioctls defunct, move them from xfs_fs.h to xfs_ioctl.c, which effectively removes them from the publicly supported ioctl interfaces for XFS. Signed-off-by: Darrick J. Wong <djwong@kernel.org> Reviewed-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Eric Sandeen <sandeen@redhat.com>