Received: by oss.sgi.com id ; Thu, 27 Apr 2000 15:21:35 -0700 Received: from Cantor.suse.de ([194.112.123.193]:35337 "HELO Cantor.suse.de") by oss.sgi.com with SMTP id ; Thu, 27 Apr 2000 15:21:21 -0700 Received: from Hermes.suse.de (Hermes.suse.de [194.112.123.136]) by Cantor.suse.de (Postfix) with ESMTP id E105A1E1DA; Fri, 28 Apr 2000 00:21:16 +0200 (MEST) Received: from gruyere.muc.suse.de (unknown [10.23.1.2]) by Hermes.suse.de (Postfix) with ESMTP id B0BBD10A03E; Fri, 28 Apr 2000 00:21:16 +0200 (MEST) Received: by gruyere.muc.suse.de (Postfix, from userid 14446) id 9489E2F36B; Fri, 28 Apr 2000 00:21:15 +0200 (MEST) Date: Fri, 28 Apr 2000 00:21:15 +0200 From: "Andi Kleen" To: Jim Mostek Cc: linux-xfs@oss.sgi.com Subject: Re: Work Items for XFS port (UPDATED) Message-ID: <20000428002115.A8685@gruyere.muc.suse.de> References: <200004272155.QAA88117@fsgi344.americas.sgi.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0i In-Reply-To: <200004272155.QAA88117@fsgi344.americas.sgi.com>; from mostek@sgi.com on Thu, Apr 27, 2000 at 04:55:16PM -0500 Sender: owner-linux-xfs@oss.sgi.com Precedence: bulk Return-Path: X-Orcpt: rfc822;linux-xfs-outgoing On Thu, Apr 27, 2000 at 04:55:16PM -0500, Jim Mostek wrote: > If you see any problems or want more items added, let me know. XFS/pagebuf never checks for Linux signals ATM when it sleeps. I guess Irix signal handling is a bit different. It should be probably fixed though. Currently e.g. find /xfs is very hard to Ctrl-C. I started with adding a few signal checks, but it seems to require a lot more work. -Andi