K 10 svn:author V 3 jhb K 8 svn:date V 27 2017-02-08T18:32:35.377915Z K 7 svn:log V 321 MFC 310638: Rename the 'flags' argument to getfsstat() to 'mode' and validate it. This argument is not a bitmask of flags, but only accepts a single value. Fail with EINVAL if an invalid value is passed to 'flag'. Rename the 'flags' argument to getmntinfo(3) to 'mode' as well to match. This is a followup to r308088. END