From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from tmnt04.transmode.se (mail.transmode.se [83.241.175.147]) by ozlabs.org (Postfix) with ESMTP id 755E2DE7B2 for ; Thu, 17 Apr 2008 07:13:15 +1000 (EST) From: "Joakim Tjernlund" To: "'Timur Tabi'" References: <48066857.4030109@freescale.com> <062501c8a006$27b17b90$771472b0$@Tjernlund@transmode.se> <48066B54.30309@freescale.com> In-Reply-To: <48066B54.30309@freescale.com> Subject: RE: lseek() on entries in /proc/device-tree returns EINVAL Date: Wed, 16 Apr 2008 23:13:01 +0200 Message-ID: <062801c8a006$a7715710$f6540530$@Tjernlund@transmode.se> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Cc: linuxppc-dev@ozlabs.org List-Id: Linux on PowerPC Developers Mail List List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , > -----Original Message----- > From: Timur Tabi [mailto:timur@freescale.com] > Sent: den 16 april 2008 23:11 > To: Joakim Tjernlund > Cc: linuxppc-dev@ozlabs.org > Subject: Re: lseek() on entries in /proc/device-tree returns EINVAL > > Joakim Tjernlund wrote: > > > Yeah, just reported a similar problem at LKML. busybox start-stop-daemon broke > > between 2.6.23 and current tree. The change was intentional but the borkage > > was not. Al Viro has been informed, lets see what comes of it. > > I've changed my code to use fstat() instead, which is better for my purposes anyway. Good, bb should probably do the same. I just hope Al will allow a grace period and restore the old behavior so bb can catch up. Jocke