Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755011AbbBRT1g (ORCPT ); Wed, 18 Feb 2015 14:27:36 -0500 Received: from mail.parknet.co.jp ([210.171.160.6]:41282 "EHLO mail.parknet.co.jp" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1754970AbbBRT1f (ORCPT ); Wed, 18 Feb 2015 14:27:35 -0500 From: OGAWA Hirofumi To: Alexander Kuleshov , Andrew Morton Cc: linux-kernel@vger.kernel.org Subject: Re: [PATCH v2] fs/fat: comment fix, fat_bits can be also 32 References: <1424286983-4223-1-git-send-email-kuleshovmail@gmail.com> <1424287118-5877-1-git-send-email-kuleshovmail@gmail.com> Date: Thu, 19 Feb 2015 04:27:32 +0900 In-Reply-To: <1424287118-5877-1-git-send-email-kuleshovmail@gmail.com> (Alexander Kuleshov's message of "Thu, 19 Feb 2015 01:18:38 +0600") Message-ID: <874mqjow9n.fsf@mail.parknet.co.jp> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/25.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: 1153 Lines: 30 Alexander Kuleshov writes: Acked-by: OGAWA Hirofumi > Signed-off-by: Alexander Kuleshov > --- > fs/fat/fat.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/fs/fat/fat.h b/fs/fat/fat.h > index 64e295e..7b7435b 100644 > --- a/fs/fat/fat.h > +++ b/fs/fat/fat.h > @@ -66,7 +66,7 @@ struct msdos_sb_info { > unsigned short sec_per_clus; /* sectors/cluster */ > unsigned short cluster_bits; /* log2(cluster_size) */ > unsigned int cluster_size; /* cluster size */ > - unsigned char fats, fat_bits; /* number of FATs, FAT bits (12 or 16) */ > + unsigned char fats, fat_bits; /* number of FATs, FAT bits (12,16 or 32) */ > unsigned short fat_start; > unsigned long fat_length; /* FAT start & length (sec.) */ > unsigned long dir_start; -- 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/