diff options
author | jg <none@none> | 2007-03-16 14:05:13 -0700 |
---|---|---|
committer | jg <none@none> | 2007-03-16 14:05:13 -0700 |
commit | 6b9384783302cfb5bb67d617114d5a4e1dc3d609 (patch) | |
tree | fd5909fc8b993502a6d00aabd0f8805b666efe8f /usr/src/uts/common/sys/fs/sdev_impl.h | |
parent | f809017faca98a3dcfb58911112992cfdee29853 (diff) | |
download | illumos-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.h | 3 |
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 **, |