From mboxrd@z Thu Jan 1 00:00:00 1970 From: "H. Peter Anvin" Subject: Re: [PATCH 0/3] clone64() and unshare64() system calls Date: Thu, 10 Apr 2008 09:00:05 -0700 Message-ID: <47FE3985.2060001@zytor.com> References: <20080409222611.GA28087@us.ibm.com> <47FD5899.2040206@zytor.com> <20080410010717.GA28477@us.ibm.com> <47FD6921.6090408@zytor.com> <47FE0906.8080102@fr.ibm.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <47FE0906.8080102-NmTC/0ZBporQT0dZR+AlfA@public.gmane.org> List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org Errors-To: containers-bounces-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org To: Cedric Le Goater Cc: "David C. Hansen" , linux-kernel-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, Containers , Pavel Emelyanov List-Id: containers.vger.kernel.org Cedric Le Goater wrote: > > OK. I didn't know that. I took sys_llseek() as an example of an interface > to follow when coded clone64(). > llseek() was the first system call that took a doublewidth argument. It's not the one you want to mimic. -hpa