Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1754680Ab1EXLOn (ORCPT ); Tue, 24 May 2011 07:14:43 -0400 Received: from mail.parknet.co.jp ([210.171.160.6]:58666 "EHLO mail.parknet.co.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754633Ab1EXLOl (ORCPT ); Tue, 24 May 2011 07:14:41 -0400 From: OGAWA Hirofumi To: Lukas Czerner Cc: Kyungmin Park , Arnd Bergmann , linux-kernel@vger.kernel.org, linux-fsdevel@vger.kernel.org Subject: Re: [PATCH v6] fat: Batched discard support for fat References: <20110328103431.GA22323@july> <201103301620.50263.arnd@arndb.de> <201103301706.36214.arnd@arndb.de> <87wrhgk8lp.fsf@devron.myhome.or.jp> <87r57ok3fp.fsf@devron.myhome.or.jp> <87mxick0zj.fsf@devron.myhome.or.jp> <874o4kjtsy.fsf@devron.myhome.or.jp> Date: Tue, 24 May 2011 20:14:38 +0900 In-Reply-To: (Lukas Czerner's message of "Tue, 24 May 2011 12:44:22 +0200 (CEST)") Message-ID: <87y61wic4h.fsf@devron.myhome.or.jp> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.50 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1151 Lines: 32 Lukas Czerner writes: >> No. If you want to trim whole with some chunk like 1GB and periodically >> (IIRC in xfstest), what do? We have to trim until ULLONG_MAX for each >> 1GB? >> >> Thanks. >> > > What ? No, of course not. As I said, just go through 1G worth of filesystem > blocks skipping metadata. However we do have a special case when we > adjust start and len according to the first data block (which is only > the case of 1024B blocksize). > > if (start < first_data_blk) { > len -= first_data_blk - start; > start = first_data_blk; > } > > Which means that we just skip the first block (or whatever first data > block is). And this is the same as skipping metadata. Are you read my email? So, FAT adjust 2 blocks, ext* 1 block, and what is other? The middle was guaranteed as continued? So, which is end of blocks? -- OGAWA Hirofumi -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/