From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sun, 16 Mar 2003 16:34:43 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sun, 16 Mar 2003 16:34:43 -0500 Received: from dbl.q-ag.de ([80.146.160.66]:33001 "EHLO dbl.q-ag.de") by vger.kernel.org with ESMTP id ; Sun, 16 Mar 2003 16:34:42 -0500 Message-ID: <3E74F076.2010006@colorfullife.com> Date: Sun, 16 Mar 2003 22:45:26 +0100 From: Manfred Spraul User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.2) Gecko/20021202 X-Accept-Language: en-us, en MIME-Version: 1.0 To: William Lee Irwin III CC: Ingo Molnar , linux-kernel@vger.kernel.org Subject: Re: [RFC] O(1) proc_pid_readdir References: <3E74EB92.7010801@colorfullife.com> <20030316213516.GM20188@holomorphy.com> In-Reply-To: <20030316213516.GM20188@holomorphy.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org One open problem with my patch is that the f_pos values that are generated by my patch are not monotonic anymore: f_pos name 257 self 304 47 262 5 309 52 301 44 etc. telldir() and seekdir() work correctly, unless anyone assumes that the return values are monotonically increasing. -- Manfred