summaryrefslogtreecommitdiff
path: root/fs/zonefs/Makefile
diff options
context:
space:
mode:
authorDamien Le Moal <damien.lemoal@opensource.wdc.com>2022-11-25 03:39:33 +0300
committerDamien Le Moal <damien.lemoal@opensource.wdc.com>2023-01-23 03:25:50 +0300
commit4008e2a0b01aba982356fd15b128a47bf11bd9c7 (patch)
tree3c0c6aebbd91395afd012157fddb791bcc33e5df /fs/zonefs/Makefile
parent2241ab53cbb5cdb08a6b2d4688feb13971058f65 (diff)
downloadlinux-4008e2a0b01aba982356fd15b128a47bf11bd9c7.tar.xz
zonefs: Reorganize code
Move all code related to zone file operations from super.c to the new file.c file. Inode and zone management code remains in super.c. Signed-off-by: Damien Le Moal <damien.lemoal@opensource.wdc.com> Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Diffstat (limited to 'fs/zonefs/Makefile')
-rw-r--r--fs/zonefs/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/zonefs/Makefile b/fs/zonefs/Makefile
index 9fe54f5319f2..645f7229de4a 100644
--- a/fs/zonefs/Makefile
+++ b/fs/zonefs/Makefile
@@ -3,4 +3,4 @@ ccflags-y += -I$(src)
obj-$(CONFIG_ZONEFS_FS) += zonefs.o
-zonefs-y := super.o sysfs.o
+zonefs-y := super.o file.o sysfs.o