git: sys/kern: Fix mountctl options list

Tomohiro Kusumi tkusumi at crater.dragonflybsd.org
Tue Apr 19 02:33:57 PDT 2016


commit b285f70d3986db50ac1245358bd632f91633a6e1
Author: Tomohiro Kusumi <kusumi.tomohiro at gmail.com>
Date:   Tue Apr 19 04:15:26 2016 +0900

    sys/kern: Fix mountctl options list
    
    Add some minor mount flags that are missing in vfs_flagstostr().
    MNT_IGNORE should be ignored since the purpose of this flag is to ignore.

Summary of changes:
 sys/kern/vfs_subr.c | 26 +++++++++++++++-----------
 1 file changed, 15 insertions(+), 11 deletions(-)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/b285f70d3986db50ac1245358bd632f91633a6e1


-- 
DragonFly BSD source repository



More information about the Commits mailing list