git: tmpfs - Add additional mount options

看板DFBSD_commit作者時間16年前 (2010/04/13 02:01), 編輯推噓0(000)
留言0則, 0人參與, 最新討論串1/1
commit 817a2fd9202facea9e37e861c90659595b48cdba Author: Matthew Dillon <dillon@apollo.backplane.com> Date: Wed Apr 7 09:34:43 2010 -0700 tmpfs - Add additional mount options * Add named mount options for guid, uid, mode (root inode) * Add named mount options ofr inodes, size, and maxfilesize. Submitted-by: Naoya Sugioka <naoya.sugioka@gmail.com> Summary of changes: sbin/mount_tmpfs/mount_tmpfs.8 | 18 ++++-- sbin/mount_tmpfs/mount_tmpfs.c | 131 +++++++++++++++++++++++++++++++++++----- share/man/man5/tmpfs.5 | 17 +++++- sys/vfs/tmpfs/tmpfs_args.h | 10 +++- sys/vfs/tmpfs/tmpfs_vfsops.c | 12 +++- 5 files changed, 162 insertions(+), 26 deletions(-) http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/817a2fd9202facea9e37e861c90659595b48cdba -- DragonFly BSD source repository
文章代碼(AID): #1Bms05c- (DFBSD_commit)