]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
libxfs: move xfs_inode_zone to rdwr.c
authorEric Sandeen <sandeen@redhat.com>
Fri, 9 Mar 2018 02:35:22 +0000 (20:35 -0600)
committerEric Sandeen <sandeen@redhat.com>
Fri, 9 Mar 2018 02:35:22 +0000 (20:35 -0600)
commitbf0e024fb10d623e8da98a0c41625a2007437a6a
treef9e96342c3803f3a0c70f4b91b8f85c4949bb14f
parent864028ed3ae482212b41f83d85b2be42aedb3aac
libxfs: move xfs_inode_zone to rdwr.c

The zone itself is created in rdwr.c, so define it there as
well, and add it to the list of externs in manage_zones along
with all the rest, for consistency.

Signed-off-by: Eric Sandeen <sandeen@redhat.com>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
libxfs/init.c
libxfs/rdwr.c