diff options
author | praks <none@none> | 2007-02-28 17:06:58 -0800 |
---|---|---|
committer | praks <none@none> | 2007-02-28 17:06:58 -0800 |
commit | 9f23d599d2e10f1fbd15dae924ba047538390387 (patch) | |
tree | b74f668c4543688317bd1dc953f9153636fce0d2 /usr/src/uts/common/sys/port_impl.h | |
parent | fe70c9cf90dfc23d18485fb7b4b20a1175d53a8b (diff) | |
download | illumos-gate-9f23d599d2e10f1fbd15dae924ba047538390387.tar.gz |
6502013 kernel heap corruptions have been seen during io stress test on domain0
6527579 port_dissociate() does not indicate whether fd was associated
Diffstat (limited to 'usr/src/uts/common/sys/port_impl.h')
-rw-r--r-- | usr/src/uts/common/sys/port_impl.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/uts/common/sys/port_impl.h b/usr/src/uts/common/sys/port_impl.h index 58a1653b5f..3b12a20873 100644 --- a/usr/src/uts/common/sys/port_impl.h +++ b/usr/src/uts/common/sys/port_impl.h @@ -229,7 +229,7 @@ void port_unblock(port_queue_t *); /* PORT_SOURCE_FD cache management */ void port_pcache_remove_fd(port_fdcache_t *, portfd_t *); -void port_remove_fd_object(portfd_t *, struct port *, port_fdcache_t *); +int port_remove_fd_object(portfd_t *, struct port *, port_fdcache_t *); /* file close management */ extern void addfd_port(int, portfd_t *); |