]> git.proxmox.com Git - mirror_zfs.git/commit
Replace ZoL with OpenZFS where applicable
authorнаб <nabijaczleweli@nabijaczleweli.xyz>
Mon, 3 May 2021 19:21:21 +0000 (21:21 +0200)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Sat, 8 May 2021 00:20:37 +0000 (17:20 -0700)
commit1966e959cab25d6e535eeb88e0b2ad9590881eb7
treee55aff6582f22a09ac993ba4cdfc0e673d7455a1
parent8c0991e813a8a8916ca590b5113b5bc9f00a7791
Replace ZoL with OpenZFS where applicable

Afterward, git grep ZoL matches:
  * README.md:  * [ZoL Site](https://zfsonlinux.org)
  - Correct
  * etc/default/zfs.in:# ZoL userland configuration.
  - Changing this would induce a needless upgrade-check,
    if the user has modified the configuration;
    this can be updated the next time the defaults change
  * module/zfs/dmu_send.c:   * ZoL < 0.7 does not handle [...]
  - Before 0.7 is ZoL, so fair enough

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
Issue #11956
26 files changed:
cmd/zed/zed.c
cmd/zed/zed.h
cmd/zed/zed_conf.c
cmd/zed/zed_conf.h
cmd/zed/zed_event.c
cmd/zed/zed_event.h
cmd/zed/zed_exec.c
cmd/zed/zed_exec.h
cmd/zed/zed_file.c
cmd/zed/zed_file.h
cmd/zed/zed_log.c
cmd/zed/zed_log.h
cmd/zed/zed_strings.c
cmd/zed/zed_strings.h
contrib/initramfs/hooks/zfs.in
contrib/pyzfs/libzfs_core/test/test_libzfs_core.py
include/os/linux/kernel/linux/blkdev_compat.h
man/man8/zed.8.in
module/icp/algs/edonr/edonr.c
rpm/generic/zfs.spec.in
scripts/zimport.sh
tests/zfs-tests/tests/functional/atime/root_atime_off.ksh
tests/zfs-tests/tests/functional/atime/root_atime_on.ksh
tests/zfs-tests/tests/functional/atime/root_relatime_on.ksh
tests/zfs-tests/tests/functional/cli_root/zfs_mount/zfs_mount_test_race.ksh
tests/zfs-tests/tests/functional/rsend/send_encrypted_files.ksh