]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Files in subdirectories of directories that have the nodump flag set
authorDavid E. O'Brien <obrien@FreeBSD.org>
Wed, 5 Dec 2001 20:42:52 +0000 (20:42 +0000)
committerDavid E. O'Brien <obrien@FreeBSD.org>
Wed, 5 Dec 2001 20:42:52 +0000 (20:42 +0000)
commit016298551c086bb18a68c41ab1ad2c80bc0f4005
treef821874ee26056363c31581807ac83de4bf3bf71
parent65bbadfbbc492a65ec6daf676ff0ebeb766c9cc3
Files in subdirectories of directories that have the nodump flag set
are sometimes incorrectly being dumped.

The problem arises because the subdirectory only gets its entry
cleared from usedinomap if it is also present in dumpinomap, and it is
the absence of a directory in usedinomap that internally indicates
that the directory is under the effects of UF_NODUMP (either directly
or inherited).

PR: 32414
Submitted by: David C Lawrence <tale@dd.org>
sbin/dump/traverse.c