CVSROOT: /cvs Module name: src Changes by: js...@cvs.openbsd.org 2013/01/03 09:13:17
Modified files: sys/ntfs : ntfs_subr.c Log message: Correct error handling in two hard to hit ENOTDIR error cases. These would previously leave the ntnode locked and neglect to decrement the use count. ok krw@ miod@