Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932447Ab2JWHxM (ORCPT ); Tue, 23 Oct 2012 03:53:12 -0400 Received: from mail.parknet.co.jp ([210.171.160.6]:53776 "EHLO mail.parknet.co.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751452Ab2JWHxL (ORCPT ); Tue, 23 Oct 2012 03:53:11 -0400 From: OGAWA Hirofumi To: Namjae Jeon Cc: akpm@linux-foundation.org, bfields@fieldses.org, viro@zeniv.linux.org.uk, linux-kernel@vger.kernel.org, Namjae Jeon , Ravishankar N , Amit Sahrawat Subject: Re: [PATCH v4 3/4] fat (exportfs): rebuild directory-inode if fat_dget() fails References: <1349598764-3252-1-git-send-email-linkinjeon@gmail.com> <877gqu90x1.fsf@devron.myhome.or.jp> Date: Tue, 23 Oct 2012 16:53:05 +0900 In-Reply-To: (Namjae Jeon's message of "Tue, 23 Oct 2012 16:34:39 +0900") Message-ID: <873915k4ke.fsf@devron.myhome.or.jp> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.2.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: 935 Lines: 24 Namjae Jeon writes: >>And this is doing same >> thing with readdir, so we will have to clean this up as I said before. > When I checked, I didn't understand about same thing readdir and this > function yet. Because even though minor conditions match but > functionality wise both are different. Hm, I may not be understanding it correctly. I thought the both are looking the key up? The key of readdir is the name, the key of this is the logstart. So, I thought it should be similar. However, I just may be wrong somewhere... Well, even if those are possible to merge, it should be separated patch though. Thanks. -- 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/