From: Steve Lord Date: Sat, 8 Jun 2002 03:42:22 +0000 (+0000) Subject: merge up with user space X-Git-Tag: v2.1.0~3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b45b25d1d121a84ca3b2c787931532e0921105d2;p=thirdparty%2Fxfsprogs-dev.git merge up with user space --- diff --git a/include/xfs_types.h b/include/xfs_types.h index ae9c32356..309c5781c 100644 --- a/include/xfs_types.h +++ b/include/xfs_types.h @@ -287,17 +287,6 @@ typedef __uint64_t __psunsigned_t; #error BITS_PER_LONG must be 32 or 64 #endif - -/* - * struct for passing owner/requestor id - */ -typedef struct flid { -#ifdef CELL_CAPABLE - pid_t fl_pid; - sysid_t fl_sysid; -#endif -} flid_t; - #endif /* __KERNEL__ */ #endif /* !__XFS_TYPES_H */