Whamcloud - gitweb
LU-4406 osd-zfs: Correct number of integers for zap key 57/8857/4
authorNathaniel Clark <nathaniel.l.clark@intel.com>
Tue, 14 Jan 2014 21:42:35 +0000 (16:42 -0500)
committerOleg Drokin <oleg.drokin@intel.com>
Mon, 3 Feb 2014 02:30:20 +0000 (02:30 +0000)
commitb8d04564d54fbff0836f3783fd70dcbc8771c008
tree3045a967278c7b2c52edbd1140a0d2737ad762f2
parent129ff9f509f0568a258f544d763a0a267e0f8b26
LU-4406 osd-zfs: Correct number of integers for zap key

All zap_*_uint64 functions take a key size that is the number of
uint64s.  This corrects the osd_prepare_key to account for that, and
changes the name to make it more consistant with zap functions.

Signed-off-by: Nathaniel Clark <nathaniel.l.clark@intel.com>
Change-Id: I8ee5ee6e955016fc4340025cede21aaf5bd034b7
Reviewed-on: http://review.whamcloud.com/8857
Reviewed-by: Fan Yong <fan.yong@intel.com>
Tested-by: Jenkins
Tested-by: Maloo <hpdd-maloo@intel.com>
Reviewed-by: Andreas Dilger <andreas.dilger@intel.com>
lustre/osd-zfs/osd_index.c