diff options
author | Michael I. Bushnell <mib@gnu.org> | 1994-10-07 22:02:20 +0000 |
---|---|---|
committer | Michael I. Bushnell <mib@gnu.org> | 1994-10-07 22:02:20 +0000 |
commit | deb0c77b3be42df3b565d9f28ddc30d8d4545836 (patch) | |
tree | 0da8c0dd6967ad22178373382e97c894bf742e74 /libdiskfs | |
parent | 4d980b71d6eaa5436ae56fe2d312f3617e5f97f2 (diff) |
Formerly priv.h.~13~
Diffstat (limited to 'libdiskfs')
-rw-r--r-- | libdiskfs/priv.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libdiskfs/priv.h b/libdiskfs/priv.h index a29bb70f..feee7a05 100644 --- a/libdiskfs/priv.h +++ b/libdiskfs/priv.h @@ -82,9 +82,6 @@ extern int _diskfs_ncontrol_ports; /* Lock for _diskfs_ncontrol_ports. */ extern spin_lock_t _diskfs_control_lock; -/* Only temporary, until fsys_getroot/fsys_startup interface is fixed. */ -extern file_t _diskfs_dotdot_file; - /* This macro locks the node associated with PROTID, and then evaluates the expression OPERATION; then it syncs the inode (without waiting) and unlocks everything, and then returns |