attilio     2008-02-13 13:02:12 UTC

  FreeBSD src repository

  Modified files:
    sys/fs/ntfs          ntfs_subr.c 
  Log:
  Fix a lock leak in the ntfs locking scheme:
  When ntfs_ntput() reaches 0 in the refcount the inode lockmgr is not
  released and directly destroyed. Fix this by unlocking the lockmgr() even
  in the case of zero-refcount.
  
  Reported by: dougb, yar, Scot Hetzel <swhetzel at gmail dot com>
  Submitted by: yar
  
  Revision  Changes    Path
  1.45      +1 -1      src/sys/fs/ntfs/ntfs_subr.c
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to