git: HAMMER Util - Refactor mount list scan and other fixes

看板DFBSD_commit作者時間16年前 (2009/08/20 02:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit eac446c50abe1405a40b6ff5eb347bcae6464101 Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Wed Aug 19 08:30:38 2009 -0700 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> Summary of changes: sbin/hammer/cmd_cleanup.c | 49 +++++++++++++++++--------------------- sbin/hammer/cmd_info.c | 53 +++++++++++++++++----------------------- sbin/hammer/hammer.c | 2 +- sbin/hammer/hammer.h | 2 +- sys/kern/vfs_subr.c | 20 ++++++++++++--- sys/vfs/hammer/hammer_vnops.c | 14 +---------- 6 files changed, 64 insertions(+), 76 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/eac446c50abe1405a40b6ff5eb347bcae6464101 -- DragonFly BSD source repository
文章代碼(AID): #1AZ3tleq (DFBSD_commit)