From d344c1186100b5323aefd8a08d585a95db5aa73c Mon Sep 17 00:00:00 2001 From: tegge Date: Mon, 9 Jan 2006 20:42:19 +0000 Subject: Add marker vnodes to ensure that all vnodes associated with the mount point are iterated over when using MNT_VNODE_FOREACH. Reviewed by: truckman --- sys/fs/cd9660/cd9660_vnops.c | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/fs/cd9660/cd9660_vnops.c') diff --git a/sys/fs/cd9660/cd9660_vnops.c b/sys/fs/cd9660/cd9660_vnops.c index e4f6336..3e67000 100644 --- a/sys/fs/cd9660/cd9660_vnops.c +++ b/sys/fs/cd9660/cd9660_vnops.c @@ -108,6 +108,7 @@ cd9660_setattr(ap) case VFIFO: case VNON: case VBAD: + case VMARKER: return (0); } } -- cgit v1.1