Re: svn commit: r268376 - head/bin/rm

2014-07-11 Thread Bruce Evans
On Fri, 11 Jul 2014, Jilles Tjoelker wrote: On Thu, Jul 10, 2014 at 12:34:17AM +1000, Bruce Evans wrote: On Mon, 7 Jul 2014, Warner Losh wrote: Log: rm -rf can fail sometimes with an error from fts_read. Make it honor fflag to ignore fts_read errors, but stop deleting from that directory

Re: svn commit: r268376 - head/bin/rm

2014-07-11 Thread Jilles Tjoelker
On Thu, Jul 10, 2014 at 12:34:17AM +1000, Bruce Evans wrote: > On Mon, 7 Jul 2014, Warner Losh wrote: > > Log: > > rm -rf can fail sometimes with an error from fts_read. Make it honor > > fflag to ignore fts_read errors, but stop deleting from that directory > > because no further progress can

Re: svn commit: r268376 - head/bin/rm

2014-07-09 Thread Bruce Evans
On Mon, 7 Jul 2014, Warner Losh wrote: Log: rm -rf can fail sometimes with an error from fts_read. Make it honor fflag to ignore fts_read errors, but stop deleting from that directory because no further progress can be made. When building a kernel with a high -j value on a high core count

Re: svn commit: r268376 - head/bin/rm

2014-07-08 Thread Warner Losh
On Jul 8, 2014, at 1:09 AM, Julian Elischer wrote: > On 7/8/14, 7:21 AM, Warner Losh wrote: >> Author: imp >> Date: Mon Jul 7 23:21:20 2014 >> New Revision: 268376 >> URL: http://svnweb.freebsd.org/changeset/base/268376 >> >> Log: >> rm -rf can fail sometimes with an error from fts_read. Mak

Re: svn commit: r268376 - head/bin/rm

2014-07-08 Thread Julian Elischer
On 7/8/14, 7:21 AM, Warner Losh wrote: Author: imp Date: Mon Jul 7 23:21:20 2014 New Revision: 268376 URL: http://svnweb.freebsd.org/changeset/base/268376 Log: rm -rf can fail sometimes with an error from fts_read. Make it honor fflag to ignore fts_read errors, but stop deleting from that