summaryrefslogtreecommitdiff
path: root/usr/src/uts/common/sys/fs/sdev_impl.h
diff options
context:
space:
mode:
authorjg <none@none>2007-03-16 14:05:13 -0700
committerjg <none@none>2007-03-16 14:05:13 -0700
commit6b9384783302cfb5bb67d617114d5a4e1dc3d609 (patch)
treefd5909fc8b993502a6d00aabd0f8805b666efe8f /usr/src/uts/common/sys/fs/sdev_impl.h
parentf809017faca98a3dcfb58911112992cfdee29853 (diff)
downloadillumos-joyent-6b9384783302cfb5bb67d617114d5a4e1dc3d609.tar.gz
6502778 devnames has some problems with node creation and deletion
6529779 subdirectories under /dev get created too late
Diffstat (limited to 'usr/src/uts/common/sys/fs/sdev_impl.h')
-rw-r--r--usr/src/uts/common/sys/fs/sdev_impl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/uts/common/sys/fs/sdev_impl.h b/usr/src/uts/common/sys/fs/sdev_impl.h
index 5b0a8b8426..4083fd382d 100644
--- a/usr/src/uts/common/sys/fs/sdev_impl.h
+++ b/usr/src/uts/common/sys/fs/sdev_impl.h
@@ -19,7 +19,7 @@
* CDDL HEADER END
*/
/*
- * Copyright 2006 Sun Microsystems, Inc. All rights reserved.
+ * Copyright 2007 Sun Microsystems, Inc. All rights reserved.
* Use is subject to license terms.
*/
@@ -574,6 +574,7 @@ extern void sdev_node_cache_init(void);
extern void sdev_node_cache_fini(void);
extern struct sdev_node *sdev_mkroot(struct vfs *, dev_t, struct vnode *,
struct vnode *, struct cred *);
+extern void sdev_filldir_dynamic(struct sdev_node *);
extern int sdev_mknode(struct sdev_node *, char *, struct sdev_node **,
struct vattr *, struct vnode *, void *, struct cred *, sdev_node_state_t);
extern int sdev_nodeinit(struct sdev_node *, char *, struct sdev_node **,