]> git.proxmox.com Git - mirror_zfs.git/commit
Revert "Handle zap_add() failures in mixed ... "
authorTony Hutter <hutter2@llnl.gov>
Mon, 9 Apr 2018 21:24:46 +0000 (14:24 -0700)
committerTony Hutter <hutter2@llnl.gov>
Mon, 9 Apr 2018 21:29:59 +0000 (17:29 -0400)
commit9a2e90c9fc469d377c14eb863952261f9ec12d2c
treead0c8f54c806d3941260755befa1915d82db86ab
parent240ccfc13adb46faf3d6e5e17e25a9769dd06733
Revert "Handle zap_add() failures in mixed ... "

This reverts commit cc63068e95ee725cce03b1b7ce50179825a6cda5.

Under certain circumstances this change can result in an ENOSPC
error when adding new files to a directory.  See #7401 for full
details.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Tony Hutter <hutter2@llnl.gov>
Issue #7401
Closes #7416
include/sys/zap_leaf.h
module/zfs/zap.c
module/zfs/zap_leaf.c
module/zfs/zap_micro.c
module/zfs/zfs_dir.c
module/zfs/zfs_vnops.c
tests/runfiles/linux.run
tests/zfs-tests/tests/functional/casenorm/Makefile.am
tests/zfs-tests/tests/functional/casenorm/mixed_create_failure.ksh [deleted file]