aboutsummaryrefslogtreecommitdiffstats
path: root/cmd/fsck_zfs/fsck.zfs
blob: f1685db6527bfa15a09da55f63ce8a403f762485 (plain)
1
2
3
4
5
6
7
8
9
#!/bin/sh
#
# fsck.zfs: A fsck helper to accomidate 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