]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/commit
MFC r325723:
authordelphij <delphij@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 11 Dec 2017 05:21:48 +0000 (05:21 +0000)
committerdelphij <delphij@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Mon, 11 Dec 2017 05:21:48 +0000 (05:21 +0000)
commit5ba9e282c9c2856f081bbf41e380501579b52757
treee80bdc34292b438ed73d494f098cf77fb93084dc
parent25e3479d21395228e9efd6e1aed72242130767f2
MFC r325723:

find(1): Don't treat statfs() error as fatal in f_fstype, which can happen
when a directory is removed in the middle of find.

Instead of a full err(), allow find to continue, plus print a warning with
exitstatus set when appropriate.

Reported by: 100.chksetuid via gordon
Reviewed by: jilles

git-svn-id: svn://svn.freebsd.org/base/stable/10@326763 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
usr.bin/find/function.c