]> git.proxmox.com Git - mirror_zfs.git/blob - cmd/fsck_zfs/fsck.zfs
Linux 5.0 compat: ASM_BUG macro
[mirror_zfs.git] / cmd / fsck_zfs / fsck.zfs
1 #!/bin/sh
2 #
3 # fsck.zfs: A fsck helper to accomidate distributions that expect
4 # to be able to execute a fsck on all filesystem types. Currently
5 # this script does nothing but it could be extended to act as a
6 # compatibility wrapper for 'zpool scrub'.
7 #
8
9 exit 0