summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/fs/dev/sdev_netops.c
diff options
context:
space:
mode:
authorjg <none@none>2008-04-02 18:04:44 -0700
committerjg <none@none>2008-04-02 18:04:44 -0700
commitecb4d93a50f2e89903a83c86c7a8c7f8740e512b (patch)
tree9da43569b1d8bc957666b158e7f6bb2d8e787eda /usr/src/uts/common/fs/dev/sdev_netops.c
parent41f9652516abf3f6ce4ec49262966c07d7d1917d (diff)
downloadillumos-joyent-ecb4d93a50f2e89903a83c86c7a8c7f8740e512b.tar.gz
6683580 remount during install causes panic in subsequent lookup
Diffstat (limited to 'usr/src/uts/common/fs/dev/sdev_netops.c')
-rw-r--r--usr/src/uts/common/fs/dev/sdev_netops.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/usr/src/uts/common/fs/dev/sdev_netops.c b/usr/src/uts/common/fs/dev/sdev_netops.c
index 22679f7004..1ef39317e4 100644
--- a/usr/src/uts/common/fs/dev/sdev_netops.c
+++ b/usr/src/uts/common/fs/dev/sdev_netops.c
@@ -273,10 +273,6 @@ devnet_filldir(struct sdev_node *ddv)
for (dv = SDEV_FIRST_ENTRY(ddv); dv; dv = next) {
next = SDEV_NEXT_ENTRY(ddv, dv);
- /* skip stale nodes */
- if (dv->sdev_flags & SDEV_STALE)
- continue;
-
/* validate and prune only ready nodes */
if (dv->sdev_state != SDEV_READY)
continue;