zfs-builds-mm/zfs-2.0.0-rc4/cmd/fsck_zfs/fsck.zfs

10 lines
263 B
Text
Raw Permalink Normal View History

2020-10-22 14:20:35 +02:00
#!/bin/sh
#
# fsck.zfs: A fsck helper to accommodate distributions that expect
# to be able to execute a fsck on all filesystem types. Currently
# this script does nothing but it could be extended to act as a
# compatibility wrapper for 'zpool scrub'.
#
exit 0