From 945010629641b00cca95d1fed4f63009a2b4a113 Mon Sep 17 00:00:00 2001 From: Rob Herring Date: Thu, 23 Aug 2012 11:31:45 +0000 Subject: ext4: remove init_fs/deinit_fs There's no real need to expose this and it can be removed by using a static allocation. Signed-off-by: Rob Herring --- include/zfs_common.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'include/zfs_common.h') diff --git a/include/zfs_common.h b/include/zfs_common.h index 04e73d0..628231e 100644 --- a/include/zfs_common.h +++ b/include/zfs_common.h @@ -94,8 +94,6 @@ struct zfs_dirhook_info { struct zfs_filesystem *zfsget_fs(void); -int init_fs(block_dev_desc_t *dev_desc); -void deinit_fs(block_dev_desc_t *dev_desc); int zfs_open(zfs_file_t, const char *filename); uint64_t zfs_read(zfs_file_t, char *buf, uint64_t len); struct zfs_data *zfs_mount(device_t); -- cgit v1.1