Kirk McKusick 6beb3bb4eb This update changes the mnt_flag field in the mount structure from
32 bits to 64 bits and eliminates the unused mnt_xflag field.  The
existing mnt_flag field is completely out of bits, so this update
gives us room to expand. Note that the f_flags field in the statfs
structure is already 64 bits, so the expanded mnt_flag field can
be exported without having to make any changes in the statfs structure.

Approved by: re (bz)
2011-07-24 17:43:09 +00:00
..
2011-05-22 09:58:48 +00:00
2011-07-08 10:58:56 +00:00
MFC
2011-05-27 16:09:10 +00:00
2011-07-20 18:51:18 +00:00