diff options
author | Brian Behlendorf <[email protected]> | 2020-10-08 20:10:13 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2020-10-08 20:10:13 -0700 |
commit | d0249a4bd0da59f20edadba409d0620d387e4e26 (patch) | |
tree | c34562d8cc66f9748b04fbf84b4d7fabe0cef9c2 /cmd/zvol_id/Makefile.am | |
parent | 07f5d4d66313932f27d4294f2a996dc365f39fc4 (diff) |
Replace ZFS on Linux references with OpenZFS
This change updates the documentation to refer to the project
as OpenZFS instead ZFS on Linux. Web links have been updated
to refer to https://github.com/openzfs/zfs. The extraneous
zfsonlinux.org web links in the ZED and SPL sources have been
dropped.
Reviewed-by: George Melikov <[email protected]>
Reviewed-by: Richard Laager <[email protected]>
Reviewed-by: Ryan Moeller <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #11007
Diffstat (limited to 'cmd/zvol_id/Makefile.am')
-rw-r--r-- | cmd/zvol_id/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd/zvol_id/Makefile.am b/cmd/zvol_id/Makefile.am index a58487508..8f9f3053c 100644 --- a/cmd/zvol_id/Makefile.am +++ b/cmd/zvol_id/Makefile.am @@ -1,7 +1,7 @@ include $(top_srcdir)/config/Rules.am # Disable GCC stack protection for zvol_id. This is a kludge and should be -# removed once https://github.com/zfsonlinux/zfs/issues/569 is resolved. +# removed once https://github.com/openzfs/zfs/issues/569 is resolved. AM_CFLAGS += -fno-stack-protector udev_PROGRAMS = zvol_id |