xfs: move handle ioctl code to xfs_handle.c
authorDarrick J. Wong <djwong@kernel.org>
Mon, 22 Apr 2024 16:47:54 +0000 (09:47 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Tue, 23 Apr 2024 14:47:00 +0000 (07:47 -0700)
commitaf69d852dfe62b925d0df401eafad40698c889c6
tree4090170919efb02f2c5c4310bde0e8bf538d7346
parent8f4b980ee67fe53a77b70b1fdd8e15f2fe37180c
xfs: move handle ioctl code to xfs_handle.c

Move the handle managemnet code (and the attrmulti code that uses it) to
xfs_handle.c.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
fs/xfs/Makefile
fs/xfs/xfs_handle.c [new file with mode: 0644]
fs/xfs/xfs_handle.h [new file with mode: 0644]
fs/xfs/xfs_ioctl.c
fs/xfs/xfs_ioctl.h
fs/xfs/xfs_ioctl32.c