summaryrefslogtreecommitdiffstats
path: root/include/zfs_common.h
diff options
context:
space:
mode:
authorRob Herring <rob.herring@calxeda.com>2012-08-23 11:31:45 +0000
committerTom Rini <trini@ti.com>2012-09-25 14:46:35 -0700
commit945010629641b00cca95d1fed4f63009a2b4a113 (patch)
tree84ea14ad3f81b39a8d65640bf10d6851e103f96e /include/zfs_common.h
parent99d2c205d4a151faf5f9a406316b9dd960f43475 (diff)
downloadtalos-obmc-uboot-945010629641b00cca95d1fed4f63009a2b4a113.tar.gz
talos-obmc-uboot-945010629641b00cca95d1fed4f63009a2b4a113.zip
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 <rob.herring@calxeda.com>
Diffstat (limited to 'include/zfs_common.h')
-rw-r--r--include/zfs_common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/zfs_common.h b/include/zfs_common.h
index 04e73d0cd2..628231efd3 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);
OpenPOWER on IntegriCloud