hammer2 - Add directives for setting the check mode
authorMatthew Dillon <dillon@apollo.backplane.com>
Tue, 5 Aug 2014 07:04:24 +0000 (00:04 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Tue, 5 Aug 2014 07:04:24 +0000 (00:04 -0700)
commit8adee7de1428f5412bc3cb872362dd5a84e72d4e
tree793a97c343a7fc93296ed9103c61e50567a4bb0a
parente07becf8c811c73a9cb63f8e337acd4bbfb57df7
hammer2 - Add directives for setting the check mode

* Add setcheck, setcrc32, and a few other directives for setting the
  crc check mode on a directory or file.  The inode and any new chains
  or modifications will inherit the mode.

* Make adjustments to stat and show to display more information.
sbin/hammer2/Makefile
sbin/hammer2/cmd_debug.c
sbin/hammer2/cmd_setcheck.c [new file with mode: 0644]
sbin/hammer2/cmd_setcomp.c
sbin/hammer2/cmd_stat.c
sbin/hammer2/hammer2.h
sbin/hammer2/main.c
sbin/hammer2/print_inode.c