diff options
author | cao <[email protected]> | 2016-12-02 07:39:06 +0800 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2016-12-01 16:39:06 -0700 |
commit | e2c7d3785ad97399478421293121d7853463a3e4 (patch) | |
tree | c4258d781bf641bb9b827d9a7610c5c3ef8c9f71 /include | |
parent | 6a8fd57fa7f76e07172aa2c517f2c79296ba322e (diff) |
Remove unused sa_update_from_cb()
It looks like this was functionality which was added in the
original SA implementation and then never needed. It can
be safely removed now and easily added back if we find a
use for it.
Reviewed-by: Brian Behlendorf <[email protected]>
Signed-off-by: cao.xuewen <[email protected]>
Closes #5440
Diffstat (limited to 'include')
-rw-r--r-- | include/sys/sa.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/sys/sa.h b/include/sys/sa.h index 01d24662a..b7ed9fe38 100644 --- a/include/sys/sa.h +++ b/include/sys/sa.h @@ -134,8 +134,6 @@ int sa_bulk_lookup(sa_handle_t *, sa_bulk_attr_t *, int count); int sa_bulk_lookup_locked(sa_handle_t *, sa_bulk_attr_t *, int count); int sa_bulk_update(sa_handle_t *, sa_bulk_attr_t *, int count, dmu_tx_t *); int sa_size(sa_handle_t *, sa_attr_type_t, int *); -int sa_update_from_cb(sa_handle_t *, sa_attr_type_t, - uint32_t buflen, sa_data_locator_t *, void *userdata, dmu_tx_t *); void sa_object_info(sa_handle_t *, dmu_object_info_t *); void sa_object_size(sa_handle_t *, uint32_t *, u_longlong_t *); void *sa_get_userdata(sa_handle_t *); |