zfs/lib/libzfs
Brian Behlendorf 820c95750b Use fallthrough macro
As of the Linux 5.9 kernel a fallthrough macro has been added which
should be used to anotate all intentional fallthrough paths.  Once
all of the kernel code paths have been updated to use fallthrough
the -Wimplicit-fallthrough option will because the default.  To
avoid warnings in the OpenZFS code base when this happens apply
the fallthrough macro.

Additional reading: https://lwn.net/Articles/794944/

Reviewed-by: Tony Nguyen <tony.nguyen@delphix.com>
Reviewed-by: George Melikov <mail@gmelikov.ru>
Signed-off-by: Brian Behlendorf <behlendorf1@llnl.gov>
Closes #12441
2021-11-12 15:24:36 -08:00
..
os FreeBSD libzfs: gcc requires __thread after static 2020-12-23 14:34:59 -08:00
.gitignore Clean up lib dependencies 2020-07-10 14:26:00 -07:00
Makefile.am cppcheck: integrete cppcheck 2021-06-23 13:22:15 -07:00
THIRDPARTYLICENSE.openssl Fix typos in lib/ 2019-09-02 17:53:27 -07:00
THIRDPARTYLICENSE.openssl.descrip Encryption patch follow-up 2017-10-11 16:54:48 -04:00
libzfs.abi Add ABI snapshot 2020-11-17 20:48:53 +00:00
libzfs.pc.in Spruce up pkg-config files for libzfs/libzfs_core 2020-09-09 10:26:01 -07:00
libzfs.suppr Library ABI tracking with abigail 2020-11-17 20:29:02 +00:00
libzfs_changelist.c Add 'zfs rename -u' to rename without remounting 2020-09-03 16:16:15 -07:00
libzfs_config.c Use zfs_ioctl with zfs_cmd_t in libzfs 2019-10-23 17:29:43 -07:00
libzfs_crypto.c libzfs: don't mark prompt+raw as retriable 2021-06-23 13:22:14 -07:00
libzfs_dataset.c Use fallthrough macro 2021-11-12 15:24:36 -08:00
libzfs_diff.c Let zfs diff be more permissive 2021-11-12 15:24:36 -08:00
libzfs_import.c Persistent L2ARC 2020-04-10 10:33:35 -07:00
libzfs_iter.c Mark functions as static 2020-06-18 12:20:38 -07:00
libzfs_mount.c libzfs: zfs_mount_at(): load key for encryption root if MS_CRYPT 2021-06-23 13:22:14 -07:00
libzfs_pool.c Use fallthrough macro 2021-11-12 15:24:36 -08:00
libzfs_sendrecv.c Use fallthrough macro 2021-11-12 15:24:36 -08:00
libzfs_status.c Import vdev ashift optimization from FreeBSD 2020-08-21 12:53:17 -07:00
libzfs_util.c Use fallthrough macro 2021-11-12 15:24:36 -08:00