zonefs: Reorganize code
authorDamien Le Moal <damien.lemoal@opensource.wdc.com>
Fri, 25 Nov 2022 00:39:33 +0000 (09:39 +0900)
committerDamien Le Moal <damien.lemoal@opensource.wdc.com>
Mon, 23 Jan 2023 00:25:50 +0000 (09:25 +0900)
commit4008e2a0b01aba982356fd15b128a47bf11bd9c7
tree3c0c6aebbd91395afd012157fddb791bcc33e5df
parent2241ab53cbb5cdb08a6b2d4688feb13971058f65
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>
fs/zonefs/Makefile
fs/zonefs/file.c [new file with mode: 0644]
fs/zonefs/super.c
fs/zonefs/zonefs.h