]> git.proxmox.com Git - mirror_zfs.git/commit
Revert changes to zbookmark_t
authorRichard Yao <ryao@gentoo.org>
Wed, 5 Feb 2014 22:15:35 +0000 (17:15 -0500)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Fri, 21 Feb 2014 20:10:39 +0000 (12:10 -0800)
commited9e8368d3e6ed565174270bd7f5fb7caeac9727
tree46e5392ea15504ca1a75394d3a6a127732928b4d
parenta16bc6bdd9613c38cc9ceb6041e733b77435d476
Revert changes to zbookmark_t

Commit 1421c89142376bfd41e4de22ed7c7846b9e41f95 added a field to
zbookmark_t that unintentinoally caused a disk format change. This
negatively affected backward compatibility and platform portability.
Therefore, this field is being removed.

The function that field permitted is left unimplemented until a later
patch that will reimplement the field in a way that does not affect the
disk format.

Signed-off-by: Richard Yao <ryao@gentoo.org>
Signed-off-by: Tim Chase <tim@chase2k.com>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Issue #2094
include/sys/zio.h
module/zfs/spa_stats.c