Add DIRTREE_SHUTUP to disable dirtree warnings if file vanishes out from
authorRob Landley <rob@landley.net>
Sat, 9 May 2015 23:11:22 +0000 (18:11 -0500)
committerRob Landley <rob@landley.net>
Sat, 9 May 2015 23:11:22 +0000 (18:11 -0500)
commitaab9164df395a4b0878b0ad930a5ec8a806a58e9
treeae36c520e5ebeaf616755792f67c9e09ff1bbf9f
parenta913d92bad6550e005a3ffac71a82586042171b5
Add DIRTREE_SHUTUP to disable dirtree warnings if file vanishes out from
under traversal. Pass through full flag set in dirtree_add_node(), add
dirtree_start() wrapper to provide symlink-only behavior (avoiding a lot
of DIRTREE_SYMFOLLOW*!!(logic) repeated in callers).
lib/dirtree.c
lib/lib.h
toys/pending/diff.c
toys/pending/tar.c
toys/posix/chgrp.c
toys/posix/cp.c
toys/posix/du.c
toys/posix/find.c
toys/posix/ls.c