K 10 svn:author V 8 truckman K 8 svn:date V 27 2016-05-20T06:27:58.825376Z K 7 svn:log V 232 MFC r299579 Use strlcpy() instead of strncpy() to ensure that qup->fsname is NUL terminated. Don't bother checking for truncation since the subsequent quota_read() should detect that and fail. Reported by: Coverity CID: 1009980 END