diff options
author | pjd <pjd@FreeBSD.org> | 2010-05-11 22:46:36 +0000 |
---|---|---|
committer | pjd <pjd@FreeBSD.org> | 2010-05-11 22:46:36 +0000 |
commit | f1b200bbcc33b7b3791b8dd805a525fe2f856723 (patch) | |
tree | bc5983f803b6c2bdb886cb569f28f6984ab99e10 /sys/cddl/compat/opensolaris | |
parent | 5b223eea5ed64eef6056ea43d7c45e1e761a4662 (diff) | |
download | FreeBSD-src-f1b200bbcc33b7b3791b8dd805a525fe2f856723.zip FreeBSD-src-f1b200bbcc33b7b3791b8dd805a525fe2f856723.tar.gz |
I added vfs_lowvnodes event, but it was only used for a short while and now
it is totally unused. Remove it.
MFC after: 3 days
Diffstat (limited to 'sys/cddl/compat/opensolaris')
-rw-r--r-- | sys/cddl/compat/opensolaris/sys/dnlc.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/cddl/compat/opensolaris/sys/dnlc.h b/sys/cddl/compat/opensolaris/sys/dnlc.h index e978e975..a2d4f01 100644 --- a/sys/cddl/compat/opensolaris/sys/dnlc.h +++ b/sys/cddl/compat/opensolaris/sys/dnlc.h @@ -35,6 +35,6 @@ #define dnlc_update(dvp, name, vp) do { } while (0) #define dnlc_remove(dvp, name) do { } while (0) #define dnlc_purge_vfsp(vfsp, count) (0) -#define dnlc_reduce_cache(percent) EVENTHANDLER_INVOKE(vfs_lowvnodes, (int)(intptr_t)(percent)) +#define dnlc_reduce_cache(percent) do { } while (0) #endif /* !_OPENSOLARIS_SYS_DNLC_H_ */ |