sys/kern: Fix mountctl options list
authorTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Mon, 18 Apr 2016 19:15:26 +0000 (04:15 +0900)
committerTomohiro Kusumi <kusumi.tomohiro@gmail.com>
Tue, 19 Apr 2016 09:26:51 +0000 (18:26 +0900)
commitb285f70d3986db50ac1245358bd632f91633a6e1
treed32a3badb4f494574712c1ff1eef30c20e80428d
parentf6e87fb0ef9fa4c9573e6a532af0d49f2d0f7f3e
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.
sys/kern/vfs_subr.c