]> asedeno.scripts.mit.edu Git - linux.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)
commit9afe1d5c14e0fa59b678dcf013c8469cf3f0c132
tree5751b646432167a15c1de71ace4799d4fda8ef09
parentc7d68318c9ae240800cad07cbe641f1bab3070b8
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