From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Fri, 10 May 2002 08:03:17 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Fri, 10 May 2002 08:03:17 -0400 Received: from eventhorizon.antefacto.net ([193.120.245.3]:61914 "EHLO eventhorizon.antefacto.net") by vger.kernel.org with ESMTP id ; Fri, 10 May 2002 08:03:16 -0400 Message-ID: <3CDBB686.5080709@antefacto.com> Date: Fri, 10 May 2002 13:01:10 +0100 From: Padraig Brady User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.0rc1) Gecko/20020417 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Martin Dalecki CC: Linus Torvalds , Alan Cox , Anton Altaparmakov , Kernel Mailing List Subject: Re: [PATCH] 2.5.14 IDE 56 In-Reply-To: <3CD8DAA2.6080907@evision-ventures.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Martin Dalecki wrote: > Uz.ytkownik Linus Torvalds napisa?: > >> But there is definitely a potential backwards-compatibility-issue. > > > Linus - there are no backward compatibility issues here. > No single application from my system does mess with /proc/ide. > They showed you a list of programs which use /proc and not a list > of programs which use anything out of /proc/ide... To be thorough, I greped for /proc/ide not just /proc, the exact command was: find /sbin /usr/sbin /bin /usr/bin /lib /usr/lib /usr/bin/X11/ -xdev -perm +111 | xargs grep -l /proc/ide 2>/dev/null Padraig.