]> git.proxmox.com Git - mirror_zfs.git/commit
Add zap_prefetch() interface
authorBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 9 May 2014 21:51:20 +0000 (14:51 -0700)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 4 Dec 2015 17:39:20 +0000 (09:39 -0800)
commit072484504fa3c905f5d3712abff765cf33c1e72d
tree737753195b53da498a081cf31d779a3d4cc3259c
parent917b8c5cec074869a0bf4e9956b7d24f14221d84
Add zap_prefetch() interface

Provide a generic interface to prefetch ZAP entries by name.  This
functionality is being added for external consumers such as Lustre.
It is based of the existing zap_prefetch_uint64() version which is
used by the deduplication code.

Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Richard Yao <ryao@gentoo.org>
Closes #4061
include/sys/zap.h
module/zfs/zap_micro.c