Whamcloud - gitweb
LU-3903 osd-zfs: Remove dead property handling code
authorBrian Behlendorf <behlendorf1@llnl.gov>
Wed, 25 Sep 2013 16:12:53 +0000 (09:12 -0700)
committerOleg Drokin <oleg.drokin@intel.com>
Thu, 31 Oct 2013 01:29:08 +0000 (21:29 -0400)
commitfeb0255f075c99641093d6db95a543470d42131a
treecc91fdf9c376d9a5bcc4a41074e555a5017f70a4
parent0e250106c61fb246d2d349defdd49fa66d74a985
LU-3903 osd-zfs: Remove dead property handling code

The udmu_userprop_get_str(), udmu_userprop_set_str(), and
udmu_objset_name_get() functions are all currently unused.
Therefore this code is removed from the zfs osd.

If manipulation of zfs dataset properties is needed in the
future it can be done through the existing dsl_prop_get(),
dsl_prop_set_int(), and dsl_prop_set_string() interfaces.

This patch allows Lustre to cleanly build with versions
of zfs newer than 0.6.2.

Change-Id: I15b1ef8825dcdbed1572990d230776485d627457
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-on: http://review.whamcloud.com/7685
Reviewed-by: Nathaniel Clark <nathaniel.l.clark@intel.com>
Reviewed-by: Bob Glossman <bob.glossman@intel.com>
Tested-by: Hudson
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
Tested-by: Maloo <whamcloud.maloo@gmail.com>
Reviewed-by: Mike Pershin <mike.pershin@intel.com>
lustre/osd-zfs/udmu.c
lustre/osd-zfs/udmu.h