hammer2 - Allow rm and rmdir to ignore free space reserve
authorMatthew Dillon <dillon@apollo.backplane.com>
Thu, 7 Sep 2017 03:47:23 +0000 (20:47 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Thu, 7 Sep 2017 03:47:23 +0000 (20:47 -0700)
commit568c02c60cb736b6dd309ca31d54ab8e4062ce57
tree050c33b285d0803511710345d5516827cb73980d
parent65cacacfb9005fe8dd541b0e830c2466c0ab8453
hammer2 - Allow rm and rmdir to ignore free space reserve

* Allow rm and rmdir to ignore the free space reserve.  These operations
  do eat more disk space, though if you are doing a rm -rf it's actually
  fairly minimal because H2 is able to optimize it heavily.

  This allows the user to free up disk space by removing files.  The user
  must still run hammer2 bulkfree (possibly twice) to actually free the
  space up.
sys/vfs/hammer2/hammer2_vnops.c