K 10 svn:author V 3 pfg K 8 svn:date V 27 2018-01-27T15:33:52.705974Z K 7 svn:log V 348 {ext2|ufs}_readdir: Set limit on valid ncookies values. Sanitize the values that will be assigned to ncookies so that we ensure they are sane and we can handle them. Let ncookies signed as it was before r328346. The valid range is such that unsigned values are not required and we are not able to avoid at least one cast anyways. Hinted by: bde END