HAMMER Util - Refactor mount list scan and other fixes
authorMatthew Dillon <dillon@apollo.backplane.com>
Wed, 19 Aug 2009 15:30:38 +0000 (08:30 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Wed, 19 Aug 2009 15:30:38 +0000 (08:30 -0700)
commiteac446c50abe1405a40b6ff5eb347bcae6464101
treee84f3e3099a578780d2e65bf70d1dddee4a6e43c
parent4ac6e40fa48e0cba65b0fcde81fa78c4604f2b2f
HAMMER Util - Refactor mount list scan and other fixes

    * MOUNTCTL - Fix a problem with user mount flags parsing in HAMMER.

    * User mount flags for HAMMER FS was not properly handled. Now
      function vfs_flagstostr() is able to append to the passed buf.

    * Refactor the mountlist scan for info / cleanup commands.

Submitted-by: Antonio Huete Jimenez <tuxillo@quantumachine.net>
sbin/hammer/cmd_cleanup.c
sbin/hammer/cmd_info.c
sbin/hammer/hammer.c
sbin/hammer/hammer.h
sys/kern/vfs_subr.c
sys/vfs/hammer/hammer_vnops.c