CVSROOT: /cvs Module name: src Changes by: guent...@cvs.openbsd.org 2014/10/12 21:40:42
Modified files: sys/ufs/ufs : ufs_quota.c Log message: Calling quotactl(QCMD(Q_QUOTAON)) twice with the same filesystem, type, and path shouldn't leak vnode or ucred references. ok millert@