lkml.org 
[lkml]   [2003]   [Apr]   [20]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
From
Date
SubjectRe: [PATCH] new system call mknod64
> the _right_ interface is keeping the <major, minor> tuple explicit

Good! I debated with myself and changed three times between

mknod64(path, mode, major, minor);

and

mknod64(path, mode, devhi, devlo);

This becomes the fourth time.

Andries


[My choice is still unsigned int major, minor.
Do you prefer __u32?]
-
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/

\
 
 \ /
  Last update: 2005-03-22 13:34    [W:0.052 / U:0.244 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site