From mboxrd@z Thu Jan 1 00:00:00 1970 From: "KOSAKI Motohiro" Subject: Re: [RFC] Parallelize IO for e2fsck Date: Sat, 26 Jan 2008 20:56:24 +0900 Message-ID: <2f11576a0801260356tfbf3078w5ff98e8909e07b6c@mail.gmail.com> References: <9Mo9w-7Ws-23@gated-at.bofh.it> <9OiMg-6IC-1@gated-at.bofh.it> <9OlqL-2xG-3@gated-at.bofh.it> <9Orda-3ub-45@gated-at.bofh.it> <20080124230809.GA29120@does.not.exist> <20080124234037.GJ15858@mit.edu> <1201220742.7557.10.camel@localhost> <20080125110942.GX18433@webber.adilger.int> <1201308912.7784.6.camel@localhost> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: "Theodore Tso" , "Adrian Bunk" , "Bodo Eggert" <7eggert@gmx.de>, "Alan Cox" , Valdis.Kletnieks@vt.edu, "David Chinner" , "Valerie Henson" , linux-fsdevel@vger.kernel.org, linux-ext4@vger.kernel.org, linux-kernel@vger.kernel.org, "Ric Wheeler" To: "Zan Lynx" , "Andreas Dilger" Return-path: Received: from py-out-1112.google.com ([64.233.166.176]:38184 "EHLO py-out-1112.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755900AbYAZL4Z (ORCPT ); Sat, 26 Jan 2008 06:56:25 -0500 Received: by py-out-1112.google.com with SMTP id u52so1521402pyb.10 for ; Sat, 26 Jan 2008 03:56:24 -0800 (PST) In-Reply-To: <1201308912.7784.6.camel@localhost> Content-Disposition: inline Sender: linux-fsdevel-owner@vger.kernel.org List-ID: > The commentary on the mem_notify threads claimed that the signal is > easily provided by setting up the file handle for SIGIO. BTW: Of cource, you can receive any signal instead SIGIO by use fcntl(F_SETSIG) :-)