freebsd-nq/sbin/restore
Kirk McKusick 73187559a6 When restoring a UFS dump onto a ZFS filesystem, an assertion in
restore was failing because ZFS was reporting a blocksize that was
not a multiple of 1024.  Replace restore's failed assertion with
code that writes restored files in a blocksize that works for
restore (a multiple of 1024) despite being non-optimal for ZFS.

Submitted by: Dmitry Morozovsky
Tested by:    Dmitry Morozovsky
MFC after:    1 week
2014-07-30 14:52:04 +00:00
..
dirs.c
extern.h
interactive.c
main.c
Makefile
restore.8
restore.c
restore.h
symtab.c
tape.c
utilities.c