summaryrefslogtreecommitdiff
path: root/libdiskfs/priv.h
diff options
context:
space:
mode:
authorMiles Bader <miles@gnu.org>1997-02-14 01:25:17 +0000
committerMiles Bader <miles@gnu.org>1997-02-14 01:25:17 +0000
commitbbacf5a4406bfdadb609a9b6001fdec784da6426 (patch)
treef5b858ef0df49c6ee492838b48a97a5d8876d8da /libdiskfs/priv.h
parentc912176589cfb1fc0e4ae7f16dee5eb60de3a6dd (diff)
(struct diskfs_trans_callback_cookie2):
Type removed.
Diffstat (limited to 'libdiskfs/priv.h')
-rw-r--r--libdiskfs/priv.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/libdiskfs/priv.h b/libdiskfs/priv.h
index 3bd91767..eab1ed43 100644
--- a/libdiskfs/priv.h
+++ b/libdiskfs/priv.h
@@ -85,14 +85,6 @@ extern spin_lock_t _diskfs_control_lock;
extern fshelp_fetch_root_callback1_t _diskfs_translator_callback1;
extern fshelp_fetch_root_callback2_t _diskfs_translator_callback2;
-/* The form of the value pointed to by COOKIE2 expected by
- _diskfs_translator_callback2_fn. */
-struct diskfs_trans_callback_cookie2
-{
- mach_port_t dotdot; /* The dot dot node. */
- unsigned depth; /* How high DOTDOT is. */
-};
-
/* 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