Re: [PATCH] mknod64 with major,minor

H. Peter Anvin (hpa@zytor.com)
21 Apr 2003 11:49:22 -0700


Followup to: <UTC200304210139.h3L1duq18832.aeb@smtp.cwi.nl>
By author: Andries.Brouwer@cwi.nl
In newsgroup: linux.dev.kernel
>
> A second version of mknod64 for i386.
> There are no assumptions on the size of dev_t.
>
> sys_mknod takes unsigned int (instead of dev_t)
> sys_mknod64 takes two unsigned ints.
>

Why unsigned int? If we have a legacy call it should presumably use
the legacy __u16 format.

-hpa

-- 
<hpa@transmeta.com> at work, <hpa@zytor.com> in private!
"Unix gives you enough rope to shoot yourself in the foot."
Architectures needed: ia64 m68k mips64 ppc ppc64 s390 s390x sh v850 x86-64
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/