From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andi Kleen Subject: Re: [PATCH 0/4] Fiemap, an extent mapping ioctl - round 2 Date: Thu, 03 Jul 2008 14:42:22 +0200 Message-ID: <87mykzrvf5.fsf@basil.nowhere.org> References: <20080625221835.GQ28100@wotan.suse.de> <1214489061.6237.16.camel@norville.austin.ibm.com> <4863A483.5060303@redhat.com> <1214490465.6237.24.camel@norville.austin.ibm.com> <486C13B7.4030402@hp.com> <20080703111726.GZ29319@disturbed> <486CC446.1050602@hp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Dave Chinner , linux-fsdevel@vger.kernel.org To: jim owens Return-path: Received: from smtp-out01.alice-dsl.net ([88.44.60.11]:4425 "EHLO smtp-out01.alice-dsl.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756237AbYGCMus (ORCPT ); Thu, 3 Jul 2008 08:50:48 -0400 In-Reply-To: <486CC446.1050602@hp.com> (jim owens's message of "Thu, 03 Jul 2008 08:21:26 -0400") Sender: linux-fsdevel-owner@vger.kernel.org List-ID: jim owens writes: > > (Well OK, it is 1 less system call being made) In Linux it's normally safe to assume that system calls are reasonable fast and you don't need to go out to extreme measures to minimize them. -Andi