]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - cmd/fsck_zfs/fsck.zfs
nvlist leaked in zpool_find_config()
[FreeBSD/FreeBSD.git] / cmd / fsck_zfs / fsck.zfs
1 #!/bin/sh
2 #
3 # fsck.zfs: A fsck helper to accommodate 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