diff options
author | Darrick J. Wong <djwong@kernel.org> | 2024-04-22 09:47:54 -0700 |
---|---|---|
committer | Darrick J. Wong <djwong@kernel.org> | 2024-04-23 07:47:00 -0700 |
commit | af69d852dfe62b925d0df401eafad40698c889c6 (patch) | |
tree | 4090170919efb02f2c5c4310bde0e8bf538d7346 /fs/xfs/Makefile | |
parent | 8f4b980ee67fe53a77b70b1fdd8e15f2fe37180c (diff) | |
download | linux-af69d852dfe62b925d0df401eafad40698c889c6.tar.gz linux-af69d852dfe62b925d0df401eafad40698c889c6.tar.bz2 linux-af69d852dfe62b925d0df401eafad40698c889c6.zip |
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>
Diffstat (limited to 'fs/xfs/Makefile')
-rw-r--r-- | fs/xfs/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/xfs/Makefile b/fs/xfs/Makefile index 0c1a0b67af93..c969b11ce0f4 100644 --- a/fs/xfs/Makefile +++ b/fs/xfs/Makefile @@ -78,6 +78,7 @@ xfs-y += xfs_aops.o \ xfs_fsmap.o \ xfs_fsops.o \ xfs_globals.o \ + xfs_handle.o \ xfs_health.o \ xfs_icache.o \ xfs_ioctl.o \ |