summaryrefslogtreecommitdiffstats
path: root/sys/fs/pseudofs/pseudofs.c
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2001-11-27 13:26:27 +0000
committerdes <des@FreeBSD.org>2001-11-27 13:26:27 +0000
commitab5488a6a1c405cf165b96e55b8beb755a913412 (patch)
tree7b831de24fdd21bc129559e8c7bb6033e1c4d631 /sys/fs/pseudofs/pseudofs.c
parent62aae0dd8473d010c3a7d8babf692286f899f6a0 (diff)
downloadFreeBSD-src-ab5488a6a1c405cf165b96e55b8beb755a913412.zip
FreeBSD-src-ab5488a6a1c405cf165b96e55b8beb755a913412.tar.gz
Add support for a last-close handler.
Revert the module version bumps; they're quite pointless as long as the only pseudofs consumer is linprocfs, which is in the tree.
Diffstat (limited to 'sys/fs/pseudofs/pseudofs.c')
-rw-r--r--sys/fs/pseudofs/pseudofs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/pseudofs/pseudofs.c b/sys/fs/pseudofs/pseudofs.c
index f7ecaab..6bb69a7 100644
--- a/sys/fs/pseudofs/pseudofs.c
+++ b/sys/fs/pseudofs/pseudofs.c
@@ -392,4 +392,4 @@ static moduledata_t pseudofs_data = {
NULL
};
DECLARE_MODULE(pseudofs, pseudofs_data, SI_SUB_EXEC, SI_ORDER_FIRST);
-MODULE_VERSION(pseudofs, 3);
+MODULE_VERSION(pseudofs, 1);
OpenPOWER on IntegriCloud