]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Block all GETATTR calls hitting the CCD, we wouldn't know which child
authorphk <phk@FreeBSD.org>
Fri, 22 Aug 2003 10:28:19 +0000 (10:28 +0000)
committerphk <phk@FreeBSD.org>
Fri, 22 Aug 2003 10:28:19 +0000 (10:28 +0000)
commit09553313704418ab61211c92251b2af374d2e362
tree78ee15bcf7c3bc2cd79c5506967d2c7a9d8833bf
parentd2368e58de1fa7b28a311922714f7a8d39abcac9
Block all GETATTR calls hitting the CCD, we wouldn't know which child
device should handle them.

This prevents for instance GEOM::ioctl requests from reaching a
lower BSDlabel node, which ps@ found would confuse newfs(8).
sys/geom/geom_ccd.c