K 10 svn:author V 3 bde K 8 svn:date V 27 1995-05-09T16:30:45.000000Z K 7 svn:log V 403 Submitted by: Mike Pritchard msdosfs_lookup() did no validation to see if the caller was validated to delete/rename/create files. msdosfs_setattr() did no validation to see if the caller was allowed to change the file permissions (turn on/off the write bit) or update the file modification time (utimes). The routines were fixed to validate the calls just like ufs does. END