Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752811AbYGADyl (ORCPT ); Mon, 30 Jun 2008 23:54:41 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751463AbYGADyb (ORCPT ); Mon, 30 Jun 2008 23:54:31 -0400 Received: from mail.parknet.ad.jp ([210.171.162.6]:43809 "EHLO mail.officemail.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751033AbYGADya (ORCPT ); Mon, 30 Jun 2008 23:54:30 -0400 From: OGAWA Hirofumi To: Andrew Morton Cc: linux-kernel@vger.kernel.org, bunk@kernel.org Subject: Re: [PATCH 3/7] fat/dir.c: switch to struct __fat_dirent References: <9edbdefc3e848699cfe111608.ps@mail.parknet.co.jp> <129170883e848699cff211608.ps@mail.parknet.co.jp> <20080630203228.7b3ac420.akpm@linux-foundation.org> Date: Tue, 01 Jul 2008 12:54:16 +0900 In-Reply-To: <20080630203228.7b3ac420.akpm@linux-foundation.org> (Andrew Morton's message of "Mon, 30 Jun 2008 20:32:28 -0700") Message-ID: <87vdzqw97b.fsf@devron.myhome.or.jp> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.0.60 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Anti-Virus: Kaspersky Anti-Virus for MailServers 5.5.10/RELEASE, bases: 24052007 #308098, status: clean Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1188 Lines: 34 Andrew Morton writes: > On Tue, 01 Jul 2008 11:57:03 +0900 OGAWA Hirofumi wrote: > >> struct __fat_dirent is what was formerly the kernel struct dirent >> (that was different from the userspace struct dirent). >> >> Converting all fat users to struct __fat_dirent will allow us to get >> rid of the conflicting struct dirent definition. >> >> Signed-off-by: Adrian Bunk >> Signed-off-by: OGAWA Hirofumi > > I assume this was authored by Adrian. Please tell me if that is wrong. Yes, Adrian is author. > The way you sent this implies that you were the author. Oops. > The way to communicate authorship with emailed patches is to place the > author's "From:" line right at the top of the changelog. I see. Sorry. I'll fix my script, and will add "From: " line next time. 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/