summaryrefslogtreecommitdiffstats
path: root/sys/fs/pseudofs/pseudofs.h
diff options
context:
space:
mode:
authorphk <phk@FreeBSD.org>2005-03-19 08:22:36 +0000
committerphk <phk@FreeBSD.org>2005-03-19 08:22:36 +0000
commit3b151f1bf5b071a638da02440b9032c0d3548443 (patch)
tree6a92898a5bc4f4404c5cc44f643abcff1650b974 /sys/fs/pseudofs/pseudofs.h
parent22cd1201ca327f9990311c8f2e47e2b942fbe4d4 (diff)
downloadFreeBSD-src-3b151f1bf5b071a638da02440b9032c0d3548443.zip
FreeBSD-src-3b151f1bf5b071a638da02440b9032c0d3548443.tar.gz
Use subr_unit
Diffstat (limited to 'sys/fs/pseudofs/pseudofs.h')
-rw-r--r--sys/fs/pseudofs/pseudofs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/pseudofs/pseudofs.h b/sys/fs/pseudofs/pseudofs.h
index c2bb9b3..a088670 100644
--- a/sys/fs/pseudofs/pseudofs.h
+++ b/sys/fs/pseudofs/pseudofs.h
@@ -164,7 +164,7 @@ struct pfs_info {
struct pfs_node *pi_root;
/* currently, the mutex is only used to protect the bitmap */
struct mtx pi_mutex;
- struct pfs_bitmap *pi_bitmap;
+ struct unrhdr *pi_unrhdr;
};
/*
OpenPOWER on IntegriCloud