]> 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)
commitd650563759262de06bc49eb056a98bf4ebcb112b
tree5751b646432167a15c1de71ace4799d4fda8ef09
parent901e4cd89de01ed43f176854e4f5563ffa039aac
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