]> git.sesse.net Git - plocate/commit
If stat() on a directory check, see if it's an excluded filesystem.
authorSteinar H. Gunderson <steinar+git@gunderson.no>
Sun, 30 Jan 2022 20:13:57 +0000 (21:13 +0100)
committerSteinar H. Gunderson <steinar+git@gunderson.no>
Sun, 30 Jan 2022 20:13:57 +0000 (21:13 +0100)
commite734063cbdc5064e215dab677988f5558de2a058
tree65d4fbf87161617245179eb2e231291d2c8f3f94
parent5aea0223dcff337761ee1cd56e62a8064b133ec2
If stat() on a directory check, see if it's an excluded filesystem.

Fixes an issues where a networked filesystem on the exclude list being down
causes updatedb to abort entirely. Reported by Kevin Locke.
updatedb.cpp