From ca49321fb6092b9cf73bd76b61a3ebfbbcdf57c9 Mon Sep 17 00:00:00 2001 From: "Andries E. Brouwer" Date: Fri, 18 Apr 2003 03:18:49 -0700 Subject: [PATCH] struct loop_info64 with __u64 (i) Replace in struct loop_info the dev_t field by __kernel_old_dev_t, where this type is defined in , so that problems with a differently sized dev_t in userspace are avoided. (ii) Introduce a new loop_info64, with __u64 device, inode and offset fields. --- include/asm-mips/posix_types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include/asm-mips') diff --git a/include/asm-mips/posix_types.h b/include/asm-mips/posix_types.h index 6c48b3f83948..21191a76c286 100644 --- a/include/asm-mips/posix_types.h +++ b/include/asm-mips/posix_types.h @@ -39,6 +39,7 @@ typedef int __kernel_uid32_t; typedef int __kernel_gid32_t; typedef __kernel_uid_t __kernel_old_uid_t; typedef __kernel_gid_t __kernel_old_gid_t; +typedef unsigned int __kernel_old_dev_t; #ifdef __GNUC__ typedef long long __kernel_loff_t; -- cgit v1.2.3