diff options
| author | cth <none@none> | 2008-02-22 09:02:16 -0800 |
|---|---|---|
| committer | cth <none@none> | 2008-02-22 09:02:16 -0800 |
| commit | e37c6c376a1a22a828db3bb5ab40c86cb08f9c86 (patch) | |
| tree | 4e26a9dc4fb51ae3c275b4a874d16228f566782f /usr/src/uts/common/sys/modctl.h | |
| parent | 931293416c5362b3d50b217b4390d1c88f7c7500 (diff) | |
| download | illumos-joyent-e37c6c376a1a22a828db3bb5ab40c86cb08f9c86.tar.gz | |
6453345 devfs_getattr violates devfs locking rules
6527396 devfsadm -C taking hours after reconfiguration reboot
6661843 i_ddi_di_cache_invalidate() should only use taskq_dispatch on valid->invalid
6662461 reserved_links_exist() should be optimized
Diffstat (limited to 'usr/src/uts/common/sys/modctl.h')
| -rw-r--r-- | usr/src/uts/common/sys/modctl.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/uts/common/sys/modctl.h b/usr/src/uts/common/sys/modctl.h index 818572a94d..0ff7ddc42c 100644 --- a/usr/src/uts/common/sys/modctl.h +++ b/usr/src/uts/common/sys/modctl.h @@ -19,7 +19,7 @@ * CDDL HEADER END */ /* - * Copyright 2007 Sun Microsystems, Inc. All rights reserved. + * Copyright 2008 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -269,6 +269,7 @@ struct modlinkage { #define MODRETIRE 40 #define MODUNRETIRE 41 #define MODISRETIRED 42 +#define MODDEVEMPTYDIR 43 /* * sub cmds for MODEVENTS |
