zfs-builds-mm/zfs-0.8.4/cmd/fsck_zfs/fsck.zfs
2020-07-19 16:21:53 +02:00

9 lines
263 B
Bash
Executable file

#!/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