]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: don't implement XFS_IOC_RESVSP / XFS_IOC_RESVSP64
authorChristoph Hellwig <hch@lst.de>
Fri, 25 Oct 2019 05:25:39 +0000 (22:25 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Mon, 28 Oct 2019 15:37:55 +0000 (08:37 -0700)
commitc3f9a2302022e7303a0b129f98c28904c5a7a117
tree5751b646432167a15c1de71ace4799d4fda8ef09
parentec50ccb36b6bb171638f90dc9fbc69a025dd2f0d
xfs: don't implement XFS_IOC_RESVSP / XFS_IOC_RESVSP64

These ioctls are implemented by the VFS and mapped to ->fallocate now,
so this code won't ever be reached.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
fs/xfs/xfs_ioctl.c
fs/xfs/xfs_ioctl32.c