lkml.org 
[lkml]   [2006]   [Feb]   [17]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
/
DateFri, 17 Feb 2006 00:51:34 -0800
FromAndrew Morton <>
SubjectRe: [RFC:PATCH 4/4] autofs4 - add new packet type for v5 communications
Ian Kent <raven@themaw.net> wrote:
>
> +/* autofs v5 common packet struct */
>  +struct autofs_v5_packet {
>  +	struct autofs_packet_hdr hdr;
>  +	autofs_wqt_t wait_queue_token;
>  +	__u32 dev;
>  +	__u64 ino;
>  +	uid_t uid;
>  +	gid_t gid;
>  +	pid_t pid;
>  +	pid_t tgid;
>  +	int len;
>  +	char name[NAME_MAX+1];
>  +};

Is this known to work with 32-bit userspace on 64-bit kernels?

In particular, perhaps the ?id_t's should become a type of known size and
alignment (u32 or u64)?
-
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: 2006-02-17 08:55    [from the cache]
©2003-2008