summaryrefslogtreecommitdiffstats
path: root/sys/isofs/cd9660/cd9660_node.h
diff options
context:
space:
mode:
authorbp <bp@FreeBSD.org>2000-10-03 04:39:50 +0000
committerbp <bp@FreeBSD.org>2000-10-03 04:39:50 +0000
commite9f8d8bbf5793b12704c2d1912cfd9fb069cab59 (patch)
tree1e2d9e41cea01af40144c4db1520f02166944b23 /sys/isofs/cd9660/cd9660_node.h
parent87071b03a6f71c73de6713e461caaf4980b8afe3 (diff)
downloadFreeBSD-src-e9f8d8bbf5793b12704c2d1912cfd9fb069cab59.zip
FreeBSD-src-e9f8d8bbf5793b12704c2d1912cfd9fb069cab59.tar.gz
Make cd9660 filesystem PDIRUNLOCK aware. Now it can be used in vnode stacks
and nullfs mounts. Remove now unnecessary i_lock field from the iso_node structure.
Diffstat (limited to 'sys/isofs/cd9660/cd9660_node.h')
-rw-r--r--sys/isofs/cd9660/cd9660_node.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/isofs/cd9660/cd9660_node.h b/sys/isofs/cd9660/cd9660_node.h
index 9f56150..100c08e 100644
--- a/sys/isofs/cd9660/cd9660_node.h
+++ b/sys/isofs/cd9660/cd9660_node.h
@@ -61,7 +61,6 @@ typedef struct {
struct iso_node {
- struct lock i_lock; /* node lock > Keep this first< */
struct iso_node *i_next, **i_prev; /* hash chain */
struct vnode *i_vnode; /* vnode associated with this inode */
struct vnode *i_devvp; /* vnode for block I/O */
OpenPOWER on IntegriCloud