From bbacf5a4406bfdadb609a9b6001fdec784da6426 Mon Sep 17 00:00:00 2001 From: Miles Bader Date: Fri, 14 Feb 1997 01:25:17 +0000 Subject: (struct diskfs_trans_callback_cookie2): Type removed. --- libdiskfs/priv.h | 8 -------- 1 file changed, 8 deletions(-) (limited to 'libdiskfs') 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 -- cgit v1.2.3