git: tmpfs - Add additional mount options

Matthew Dillon dillon at crater.dragonflybsd.org
Mon Apr 12 10:16:09 PDT 2010


commit 817a2fd9202facea9e37e861c90659595b48cdba
Author: Matthew Dillon <dillon at 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 at 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





More information about the Commits mailing list