All of lore.kernel.org
 help / color / mirror / Atom feed
From: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>
To: Alexander Kuleshov <kuleshovmail@gmail.com>,
	Andrew Morton <akpm@linux-foundation.org>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH v2] fs/fat: comment fix, fat_bits can be also 32
Date: Thu, 19 Feb 2015 04:27:32 +0900	[thread overview]
Message-ID: <874mqjow9n.fsf@mail.parknet.co.jp> (raw)
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")

Alexander Kuleshov <kuleshovmail@gmail.com> writes:

Acked-by: OGAWA Hirofumi <hirofumi@mail.parknet.co.jp>

> Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
> ---
>  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 <hirofumi@mail.parknet.co.jp>

      reply	other threads:[~2015-02-18 19:27 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-02-18 19:16 [PATCH] fat/fs: comment fix, fat_bits can be also 32 Alexander Kuleshov
2015-02-18 19:18 ` [PATCH v2] fs/fat: " Alexander Kuleshov
2015-02-18 19:27   ` OGAWA Hirofumi [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=874mqjow9n.fsf@mail.parknet.co.jp \
    --to=hirofumi@mail.parknet.co.jp \
    --cc=akpm@linux-foundation.org \
    --cc=kuleshovmail@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.