]> git.proxmox.com Git - mirror_zfs.git/blobdiff - include/sys/zap_impl.h
OpenZFS 1300 - filename normalization doesn't work for removes
[mirror_zfs.git] / include / sys / zap_impl.h
index cbe7f3c5b9d4031a60f6974d55a2eaf20ec9da23..fb0f1a012704e33a264c23b9e77ab3a8529a7db4 100644 (file)
  *
  * CDDL HEADER END
  */
+
 /*
  * Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
  * Copyright (c) 2014 Spectra Logic Corporation, All rights reserved.
  * Copyright (c) 2013, 2016 by Delphix. All rights reserved.
+ * Copyright 2017 Nexenta Systems, Inc.
  */
 
 #ifndef        _SYS_ZAP_IMPL_H
@@ -188,6 +190,7 @@ typedef struct zap_name {
        int zn_key_norm_numints;
        uint64_t zn_hash;
        matchtype_t zn_matchtype;
+       int zn_normflags;
        char zn_normbuf[ZAP_MAXNAMELEN];
 } zap_name_t;