On Thursday, November 24, 2016 05:27:17 PM Dag-Erling Smørgrav wrote: > Marcelo Araujo <araujobsdp...@gmail.com> writes: > > We have code review, we have some many ways for communication, even > > revert a commit if needed. > > No. This is the kind of mistake where the code will seem to work just > fine and end up in a release before a user suddenly discovers that they > have two instances of the same daemon running and trashing their data. > If I remember correctly, the last time someone touched flopen(), > everything worked except 'service mountd reload' stopped working.
Of course, there's only one person who has touched flopen: % svn log -q flopen.c | awk -F \| '/^r/ { print $2 }' | sort | uniq -c 12 des Perhaps you were just warning yourself? :) -- John Baldwin _______________________________________________ svn-src-all@freebsd.org mailing list https://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"